iipc / webarchive-commons

Common web archive utility code.
Apache License 2.0
49 stars 72 forks source link

empty header fields populated from previous value #61

Open ghost opened 7 years ago

ghost commented 7 years ago

When a header field is named but has no corresponding value, the field is populated with the value from the most recently processed header field.

I believe this is in HttpResponseMessageParser.parseLax() - will try to pin down.