mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-23 12:09:32 +00:00
Don't record http method (#754)
Co-authored-by: Heran Yang <heran.yang@seafile.com>
This commit is contained in:
@@ -28,7 +28,6 @@ struct _HttpServerStruct {
|
||||
typedef struct RequestInfo {
|
||||
struct timeval start;
|
||||
char *url_path;
|
||||
char *method;
|
||||
} RequestInfo;
|
||||
|
||||
typedef struct _HttpServerStruct HttpServerStruct;
|
||||
|
Reference in New Issue
Block a user