mirror of
https://github.com/curl/curl.git
synced 2026-08-24 11:33:33 +03:00
parent
23b080401a
commit
d3eddf4761
6 changed files with 7 additions and 7 deletions
|
|
@ -1697,7 +1697,7 @@ static CURLcode parallel_event(struct parastate *s)
|
|||
}
|
||||
|
||||
/* We need to cleanup the multi here, since the uv context lives on the
|
||||
* stack and will be gone. multi_cleanup can triggere events! */
|
||||
* stack and will be gone. multi_cleanup can trigger events! */
|
||||
curl_multi_cleanup(s->multi);
|
||||
|
||||
#if DEBUG_UV
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
#include "tool_ssls.h"
|
||||
#include "tool_parsecfg.h"
|
||||
|
||||
/* The maximum line length for an ecoded session ticket */
|
||||
/* The maximum line length for an encoded session ticket */
|
||||
#define MAX_SSLS_LINE (64 * 1024)
|
||||
|
||||
static CURLcode tool_ssls_easy(struct OperationConfig *config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue