Fix HTTP Header/Body Input
Status: Inactive
Brought to you by:
jemmyw
Currently Client and Server header extraction is
different. These need to be made the same, and
hopefully put into the HTTPFunctions module as a
single function/subroutine.
In HTTP/1.1 Transfer-Encoding needs to be dealt with
for passing to filter functions, or these functions
will not work, or may pass incorrect data to the
browser.