Browse Source

tpws: remove unneeded header

pull/172/head
bol-van 2 years ago
parent
commit
c2075ba941
  1. 1
      tpws/protocol.c

1
tpws/protocol.c

@ -6,7 +6,6 @@
#include <ctype.h>
#include <arpa/inet.h>
#include <string.h>
#include <stdio.h>
const char *http_methods[] = { "GET /","POST /","HEAD /","OPTIONS /","PUT /","DELETE /","CONNECT /","TRACE /",NULL };

Loading…
Cancel
Save