transfer: fix info messages when switching method on 301 and 302
authorAlessandro Ghedini <alessandro@ghedini.me>
Sun, 8 Jun 2014 16:59:48 +0000 (18:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 9 Jun 2014 06:29:37 +0000 (08:29 +0200)
commite9344390eeec5acda08c0ed556f6d09da92ab885
treee1c84a4b73ae261bee325e1af6874e02fdac4f96
parent8223972af2dd1245d0a37b47c7eb31a021982fe8
transfer: fix info messages when switching method on 301 and 302

The method change is forbidden by the obsolete RFC2616, but libcurl did
it anyway for compatibility reasons. The new RFC7231 allows this
behaviour so there's no need for the scary "Violate RFC 2616/10.3.x"
notice. Also update the comments accordingly.
lib/transfer.c