]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[http] Recognise status code 303 as valid
authorJason Lunz <lunz@acm.org>
Sat, 25 Feb 2012 04:30:48 +0000 (20:30 -0800)
committerMichael Brown <mcb30@ipxe.org>
Thu, 1 Mar 2012 16:16:53 +0000 (16:16 +0000)
commitcb10137e1992ba8fcd035b228a6a58ba3b40c3a2
treecafac0623dd81d0f5d4f2bcb829bf91b96f56e03
parentcd29df5c0829e6f1a6a72e3bd69b459abe9835fa
[http] Recognise status code 303 as valid

As RFC 2616 10.3.4 explains, a 303 status is the proper HTTP 1.1
behavior for what most HTTP 1.0 clients did with code 302.

Signed-off-by: Jason Lunz <lunz@acm.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/tcp/httpcore.c