google / nogotofail

An on-path blackbox network traffic security testing tool
Apache License 2.0
2.94k stars 418 forks source link

A handler that buffers http data. #77

Closed Sjlver closed 9 years ago

Sjlver commented 9 years ago

The BufferedHttpHandler doesn't call on_request or on_response before an entire request or response has been read. As an internal handler, it will run before other handlers, and causes them to see entire requests/responses.

chadbrubaker commented 9 years ago

Looks good, I'm going to run it with some of my devices for a couple days to double check it doesn't cause any unexpected slowdowns.