1
0
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:
feiniks
2025-04-08 18:17:31 +08:00
committed by GitHub
parent 69932ee8ae
commit c7cf6f7d51
3 changed files with 0 additions and 9 deletions

View File

@@ -28,7 +28,6 @@ struct _HttpServerStruct {
typedef struct RequestInfo {
struct timeval start;
char *url_path;
char *method;
} RequestInfo;
typedef struct _HttpServerStruct HttpServerStruct;