iipc / webarchive-commons

Common web archive utility code.
Apache License 2.0
50 stars 71 forks source link

empty header fields populated from previous value #61

Open ghost opened 8 years ago

ghost commented 8 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.