]> granicus.if.org Git - curl/commit
Make sure not to dereference the wrong UrlState proto union member when
authorDan Fandrich <dan@coneharvesters.com>
Wed, 24 Sep 2008 01:08:01 +0000 (01:08 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 24 Sep 2008 01:08:01 +0000 (01:08 +0000)
commit515893595dafd99d83c1603533524076742aaa51
tree5594155869ca0d182fef07d5ab8ef39da3dc2cc3
parent3800be3898f8b37d139ac997fbe79125a1727e5a
Make sure not to dereference the wrong UrlState proto union member when
switching from one protocol to another in a single request (e.g.
redirecting from HTTP to FTP as in test 1055) by resetting
state.expect100header before every request.
CHANGES
lib/url.c