mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 08:38:49 -05:00
quiche: remove 'static' from local buffer
For thread-safety Closes #6223
This commit is contained in:
parent
33a0b7ad73
commit
73b63876b1
@ -384,7 +384,7 @@ static CURLcode flush_egress(struct connectdata *conn, int sockfd,
|
||||
struct quicsocket *qs)
|
||||
{
|
||||
ssize_t sent;
|
||||
static uint8_t out[1200];
|
||||
uint8_t out[1200];
|
||||
int64_t timeout_ns;
|
||||
|
||||
do {
|
||||
|
Loading…
Reference in New Issue
Block a user