mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
quiche: The expression must be surrounded by parentheses
PVS-Studio warning Fixes #4402
This commit is contained in:
parent
89d972f24c
commit
32fa043202
@ -50,7 +50,7 @@
|
||||
|
||||
#define QUIC_MAX_STREAMS (256*1024)
|
||||
#define QUIC_MAX_DATA (1*1024*1024)
|
||||
#define QUIC_IDLE_TIMEOUT 60 * 1000 /* milliseconds */
|
||||
#define QUIC_IDLE_TIMEOUT (60 * 1000) /* milliseconds */
|
||||
|
||||
static CURLcode process_ingress(struct connectdata *conn,
|
||||
curl_socket_t sockfd,
|
||||
|
Loading…
Reference in New Issue
Block a user