The old length of 4096 chars for the headers is not enough when sites
expect a significant amount of cookies - for example microsoftstream.
Signed-off-by: foxmsft
---
libavformat/http.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/http.h b/libavformat/http.h
in
Just double the http header length from 4096 to 8192, I have found a case where
the old size was too small.
0001-avformat-http-double-header-length-to-8192.patch
Description: 0001-avformat-http-double-header-length-to-8192.patch
___
ffmpeg-devel mailin
0001-avformat-http-double-header-length-to-8192.patch
Description: 0001-avformat-http-double-header-length-to-8192.patch
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link
Extends the header size for http requests, since I encountered a case where the
previous 4096 wasn't enough.
0001-avformat-http-double-header-length-to-8192.patch
Description: 0001-avformat-http-double-header-length-to-8192.patch
___
ffmpeg-devel maili