Browse Source

Set TODO mark to rewrite mg_upload (#180)

bel 10 năm trước cách đây
mục cha
commit
b21b3b6661
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/civetweb.c

+ 1 - 0
src/civetweb.c

@@ -7695,6 +7695,7 @@ static uint32_t get_remote_ip(const struct mg_connection *conn)
 
 int mg_upload(struct mg_connection *conn, const char *destination_dir)
 {
+    /* TODO (high): completely rewrite this function. See issue #180. */
 	/* TODO (mid): set a timeout */
 	const char *content_type_header, *boundary_start, *sc;
 	char *s;