]> granicus.if.org Git - curl/commit
Known bug #47, which confused libcurl if doing NTLM auth over a proxy with
authorDaniel Stenberg <daniel@haxx.se>
Sun, 7 Oct 2007 08:28:03 +0000 (08:28 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 7 Oct 2007 08:28:03 +0000 (08:28 +0000)
commit08fd1829e0e01cd9cee3a7da60d315f11aa591c8
tree8424013cea0bfa9fde4408615ba9256da4557d74
parent43a46046396afa9fa00513eed1a2539d9e849476
Known bug #47, which confused libcurl if doing NTLM auth over a proxy with
a response that was larger than 16KB is now improved slightly so that now
the restriction at 16KB is for the headers only and it should be a rare
situation where the response-headers exceed 16KB. Thus, I consider #47 fixed
and the header limitation is now known as known bug #48.
CHANGES
TODO-RELEASE
docs/KNOWN_BUGS
lib/http.c