http: drop unused internal macros

(cherry picked from commit 35caeff5deacd5e081a4e6220b9226b61e24208d)
This commit is contained in:
Azat Khuzhin 2019-04-03 23:20:06 +03:00
parent 89932001f2
commit 5185347236
No known key found for this signature in database
GPG Key ID: B86086848EF8686D

View File

@ -18,9 +18,6 @@
#define HTTP_WRITE_TIMEOUT 50
#define HTTP_READ_TIMEOUT 50
#define HTTP_PREFIX "http://"
#define HTTP_DEFAULTPORT 80
enum message_read_status {
ALL_DATA_READ = 1,
MORE_DATA_EXPECTED = 0,
@ -206,4 +203,4 @@ EVENT2_EXPORT_SYMBOL
int evhttp_decode_uri_internal(const char *uri, size_t length,
char *ret, int decode_plus);
#endif /* _HTTP_H */
#endif /* HTTP_INTERNAL_H_INCLUDED_ */