mirror of
https://github.com/cuberite/libevent.git
synced 2025-08-03 09:16:30 -04:00
http: drop unused internal macros
(cherry picked from commit 35caeff5deacd5e081a4e6220b9226b61e24208d)
This commit is contained in:
parent
89932001f2
commit
5185347236
@ -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_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user