Bugfix for relayd (Resend with attachments inline)

2012-01-16 Thread Georg Hoesch
Bug description: HTTP POST requests with short Content-Lenght hangs in lateconnect mode. Example request: --- POST http://www.openbsd.org/ HTTP/1.1 Content-Length: 3 foo --- Test setup: relayd configured to relay c

Bugfix for relayd

2011-12-12 Thread Georg Hoesch
Bug description: HTTP POST requests with short Content-Lenght hangs (see attached file request) Test setup: relayd configured to relay client requests to the internet. I use a relay which is in lateconnect mode. $ cat request | nc 127.0.0.1 Bug analysis: - relay_read_http() reads the Conte