Skip to content

Commit 69eb75d

Browse files
committed
Fix: bump llhttp to v9.3.1 and remove LLHTTP_STRICT_MODE
1 parent e76a20b commit 69eb75d

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

source/include/core_http_client_private.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@
3030
#ifndef CORE_HTTP_CLIENT_PRIVATE_H_
3131
#define CORE_HTTP_CLIENT_PRIVATE_H_
3232

33-
/**
34-
* @cond DOXYGEN_IGNORE
35-
* http-parser defaults this to 1, llhttp to 0.
36-
*/
37-
#ifndef LLHTTP_STRICT_MODE
38-
#define LLHTTP_STRICT_MODE 0
39-
#endif
40-
/** @endcond */
41-
4233
/* Third-party llhttp include. */
4334
#include "llhttp.h"
4435

0 commit comments

Comments
 (0)