rtsp: Made read_line() support LWS.
authorPeter Kjellerstedt <pkj@axis.com>
Mon, 17 Aug 2009 16:29:17 +0000 (18:29 +0200)
committerPeter Kjellerstedt <pkj@axis.com>
Mon, 24 Aug 2009 11:19:45 +0000 (13:19 +0200)
commitab8bea45557aa727301bbb7df89aa686b07bc447
treeb6117f8037a54d820924657f984b1edc01d3d4b7
parent607209f1214ec84f720e449667d334622eccc13f
rtsp: Made read_line() support LWS.

Rewrote read_line() to support LWS (Line White Space), the method used by
RTSP (and HTTP) to break long lines. Also added support for \r and \n as
line endings (in addition to the official \r\n).
gst-libs/gst/rtsp/gstrtspconnection.c