mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:17:17 +03:00
msh3: error when built with CURL_DISABLE_SOCKETPAIR set
Reported-by: Gisle Vanem Closes #12252 Fixes #12213
This commit is contained in:
parent
8c058a820a
commit
5d0b3eda43
1 changed files with 4 additions and 0 deletions
|
|
@ -46,6 +46,10 @@
|
|||
#include "curl_memory.h"
|
||||
#include "memdebug.h"
|
||||
|
||||
#ifdef CURL_DISABLE_SOCKETPAIR
|
||||
#error "MSH3 cannot be build with CURL_DISABLE_SOCKETPAIR set"
|
||||
#endif
|
||||
|
||||
#define H3_STREAM_WINDOW_SIZE (128 * 1024)
|
||||
#define H3_STREAM_CHUNK_SIZE (16 * 1024)
|
||||
#define H3_STREAM_RECV_CHUNKS \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue