CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/06/03 18:57:16
Modified files:
usr.sbin/relayd: Tag: OPENBSD_5_2 relay.c
Log message:
Fix 5.2 similar to what was done in relay_http.c r1.15 in -current.
>From reyk@
With HTTP keepalive, relayd only filtered the first request and
switched to pass-through mode for subsequent requests from the client.
Make sure to stay in HTTP header mode.
