WARC writer + incremental indexing fixes (#679)

- ensure WARC rollover happens only after response/request + cdx or
single record + cdx have been written
- ensure request payload is buffered for POST request indexing
- update to warcio 2.3.1 for POST request case-insensitive
'content-type' check
- recorder: remove unused 'tempdir', no longer used as warcio chooses a
temp file on it's own
This commit is contained in:
Ilya Kreymer 2024-09-05 11:10:31 -07:00 committed by GitHub
parent 0d6a0b0efa
commit 9d0e3423a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 24 additions and 34 deletions

View file

@ -36,7 +36,7 @@
"tsc": "^2.0.4",
"undici": "^6.18.2",
"uuid": "8.3.2",
"warcio": "^2.3.0",
"warcio": "^2.3.1",
"ws": "^7.4.4",
"yargs": "^17.7.2"
},
@ -65,6 +65,7 @@
"testTimeout": 90000
},
"resolutions": {
"wrap-ansi": "7.0.0"
"wrap-ansi": "7.0.0",
"warcio": "^2.3.1"
}
}