CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/02/05 14:36:33
Modified files:
usr.sbin/relayd: relay.c relay_http.c relayd.h
Log message:
Rework http content and chunk handling in relayd. Use special
toread values to track the current http header or chunk state. This
allows to handle an optional chunk trailer properly. Tracking the
http state is also a prerequisite for splicing persistent http
connections.
OK and test reyk@ benno@
