Skip to content

Commit 6536ae9

Browse files
committed
remove corpus
1 parent e8fc817 commit 6536ae9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

mongoose.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,6 @@ int mg_http_parse(const char *s, size_t len, struct mg_http_message *);
17481748
int mg_http_get_request_len(const unsigned char *buf, size_t buf_len);
17491749
void mg_http_printf_chunk(struct mg_connection *cnn, const char *fmt, ...);
17501750
void mg_http_write_chunk(struct mg_connection *c, const char *buf, size_t len);
1751-
void mg_http_delete_chunk(struct mg_connection *c, struct mg_http_message *hm);
17521751
struct mg_connection *mg_http_listen(struct mg_mgr *, const char *url,
17531752
mg_event_handler_t fn, void *fn_data);
17541753
struct mg_connection *mg_http_connect(struct mg_mgr *, const char *url,

src/http.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ int mg_http_parse(const char *s, size_t len, struct mg_http_message *);
4040
int mg_http_get_request_len(const unsigned char *buf, size_t buf_len);
4141
void mg_http_printf_chunk(struct mg_connection *cnn, const char *fmt, ...);
4242
void mg_http_write_chunk(struct mg_connection *c, const char *buf, size_t len);
43-
void mg_http_delete_chunk(struct mg_connection *c, struct mg_http_message *hm);
4443
struct mg_connection *mg_http_listen(struct mg_mgr *, const char *url,
4544
mg_event_handler_t fn, void *fn_data);
4645
struct mg_connection *mg_http_connect(struct mg_mgr *, const char *url,

0 commit comments

Comments
 (0)