When doing very big GET requests over HTTPS, we need to add some extra
authorDaniel Stenberg <daniel@haxx.se>
Fri, 6 Jun 2003 14:58:26 +0000 (14:58 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 6 Jun 2003 14:58:26 +0000 (14:58 +0000)
commit8d30d34e0cc45376bb95de46d42a786c2c362e8a
tree766e646c7f7ff53dd347ac6c266c507b5c01cb65
parentbc7fe85f8a907673b5c91a8d92fdc0f1a08e4de0
When doing very big GET requests over HTTPS, we need to add some extra
funky logic in order to make re-tries work fine with OpenSSL. This corrects
the problem David Orrell noticed.
lib/http.c