[vlc-devel] [PATCH 0/9] HTTPd fixes

Rémi Denis-Courmont remi at remlab.net
Sat Jun 6 19:30:36 CEST 2020


	Hello,

This fixes HTTPS streaming doing basically nothing because data is waiting to 
be read in the TLS buffers rather than the TCP buffers.

----------------------------------------------------------------
Rémi Denis-Courmont (9):
      httpd: reorder, de-indent
      httpd: use ARRAY_SIZE()
      httpd: match protocol before request verb
      httpd: don't bother processing failed connection
      httpd: reduce variable scope
      httpd: return progress status from I/O functions
      httpd: update activity time on actual activity
      httpd: process client I/O before polling
      httpd: don't wait until all clients are idle

 src/network/httpd.c | 175 ++++++++++++++++++++++++++
+-------------------------
 1 file changed, 92 insertions(+), 83 deletions(-)

-- 
Реми Дёни-Курмон
http://www.remlab.net/





More information about the vlc-devel mailing list