TechnikEmpire / HttpFilteringEngine

Transparent filtering TLS proxy.
Mozilla Public License 2.0
60 stars 33 forks source link

HttpFilteringEngine::ShouldBlock(...) Should not estimate. #66

Closed TechnikEmpire closed 8 years ago

TechnikEmpire commented 8 years ago

On requests that are chunked and the content-length header can't be read when reporting a blocked request, the Engine should simply report a size of zero instead of reporting an "estimate." This will allow users to make this estimation instead, if at all, whenever a value of zero is reported.