File weighttp.changes of Package weighttp
-------------------------------------------------------------------
Sun Jun 21 21:39:23 UTC 2015 - jenkins@lighttpd.net
- update to g8f2147
+ Fix header parsing to compare HTTP header field names case insensitively. This fixes the problem where responses get incorrectly marked as errors if the response header field name case doesn't happen to match to what is in the code.
+ Corrected Host header handling (fixes #2477)
+ User-Agent header no longer needs a leading space
+ Fix bug with unsigned 'char' type (arm) in option parsing (fixes github#6)
+ Improve option error handling
+ calculate concur & reqs more easily
+ add autobuild; remove build-date from binary
-------------------------------------------------------------------
Fri May 10 12:38:23 UTC 2013 - stbuehler@web.de
- update to v0.3:
* add support for responses that are not keepalive, not chunked and don't have any content-length header
* add User-Agent header to request
* remove some bogus defines from wscript
* add -H commandline parameter to specify custom headers
* add stats about response status codes (2xx, 3xx, 4xx, 5xx)
- additional commits from upstream:
* Corrected Host header handling (fixes #2477)
* User-Agent header no longer needs a leading space
* Fix header parsing to compare HTTP header field names case
insensitively. This fixes the problem where responses get incorrectly
marked as errors if the response header field name case doesn't happen
to match to what is in the code.
- add debian package
-------------------------------------------------------------------
Tue Aug 24 22:20:17 UTC 2010 - mrueckert@suse.de
- initial package