We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5598f52 commit 4ed1a54Copy full SHA for 4ed1a54
src/native/api.h
@@ -65,7 +65,7 @@ void llhttp_settings_init(llhttp_settings_t* settings);
65
*
66
* NOTE: if this function ever returns a non-pause type error, it will continue
67
* to return the same error upon each successive call up until `llhttp_init()`
68
- * call.
+ * is called.
69
*/
70
llhttp_errno_t llhttp_execute(llhttp_t* parser, const char* data, size_t len);
71
0 commit comments