In cgi_show_request() only restore the client request up to client_iob->cur
authorFabian Keil <fk@fabiankeil.de>
Sun, 21 Oct 2012 12:55:29 +0000 (12:55 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 21 Oct 2012 12:55:29 +0000 (12:55 +0000)
commite493a146bdd7213e4b2aa16fbc4ecb988f27a59a
tree312a358e95a17a855057036afb1deae7c98375a0
parent8264f40fd3bc5a641872ad20ff76d4a8dab67b62
In cgi_show_request() only restore the client request up to client_iob->cur

Everything beyond that hasn't been touched by get_header()
and thus doesn't need restoring.
cgisimple.c