- Fix a crash when parsing invalid requests whose first header
authorFabian Keil <fk@fabiankeil.de>
Thu, 4 Oct 2007 18:03:34 +0000 (18:03 +0000)
committerFabian Keil <fk@fabiankeil.de>
Thu, 4 Oct 2007 18:03:34 +0000 (18:03 +0000)
commit0c56bcc8eb4c2ab428c88726e130eb7773629923
tree5d8925b67a7beb6518e98cbaecde2cb4df1c076b
parent8b743ed8a80eca9f0cd3fdf33ea27ce20ffcd13c
- Fix a crash when parsing invalid requests whose first header
  is rejected by get_header(). Regression (re?)introduced
  in r1.143 by yours truly.
- Move ACTION_VANILLA_WAFER handling into parsers.c's
  client_cookie_adder() to make sure send-vanilla-wafer can be
  controlled through tags (and thus regression-tested).
jcc.c