mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	 742d4689dd
			
		
	
	742d4689dd
	
	
	
		
			
			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>