]> granicus.if.org Git - esp-idf/commit
Modified http_parser to handle ICY uris.
authorVikram Dattu <vikram.dattu@espressif.com>
Thu, 26 Sep 2019 05:54:13 +0000 (11:24 +0530)
committerbot <bot@espressif.com>
Fri, 11 Oct 2019 05:04:08 +0000 (05:04 +0000)
commit742d4689dd728cb3bd5f06747b04b7d8930b7d02
tree1032d7bed65ee395c427b4df84036858b4aaaf89
parentd2ad0f077419afe34fc394462101ac1d34752251
Modified http_parser to handle ICY uris.

ICY URIs e.g `http://uk1.internet-radio.com/proxy/vombat?mp=/;` need to
be handled differently.

For basic use case, these URIs are similar to HTTP with exception that they reply with `ICY 200` etc in place of `HTTP/1.1 200`.

In http_parser, we now also parse ICY URIs to be able to handle these similar to HTTP.

Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
components/nghttp/port/http_parser.c