Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

goaccces doesn't parse other HTTP methods #32

Closed
holys opened this issue Sep 6, 2013 · 1 comment
Closed

goaccces doesn't parse other HTTP methods #32

holys opened this issue Sep 6, 2013 · 1 comment

Comments

@holys
Copy link
Contributor

holys commented Sep 6, 2013

I found goaccess didn't parse HTTP method like PUT in nginx access.log.
For example, there was PUT /xxx/ooo HTTP/1.1 in 2 - Requested files (Pages-URL) part and 5 - HTTP 404 Not Found response code. It‘s supposed to be only /xxx/ooo in `request url, not including the HTTP method and HTTP version.

In rfc2616:, there are 8HTTP methods, but I found there was only 3 methods in parser.c.

Could you add the rest of them ?

@allinurl
Copy link
Owner

allinurl commented Sep 6, 2013

Merged. Thank you!

@allinurl allinurl closed this as completed Sep 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants