rtsp: parse "Session:" header properly
authorDaniel Stenberg <daniel@haxx.se>
Thu, 20 Mar 2014 10:52:27 +0000 (11:52 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 20 Mar 2014 10:52:27 +0000 (11:52 +0100)
commit4ff71183b999761b07d54dd44743a4d59b2dad84
tree457a011cad4015afa19bc476d9e3a80091a698cd
parent2fc31dcf74bd0b1a5999a144664f957b7f8745e7
rtsp: parse "Session:" header properly

The parser skipped the initial letter, which presumably often is
whitespace but doesn't have to be.

Reported-by: Mike Hasselberg
Bug: http://curl.haxx.se/mail/lib-2014-03/0134.html
lib/rtsp.c