Request methods with hyphens

2013-07-10 Thread Hiroaki Nakamura
Hi all, I found nginx rejects request methods with hyphens like VERSION-CONTROL with the status code 400. I got the following debug log: 2013/07/10 13:55:29 [info] 79048#0: *4 client sent invalid method while reading client request line, client: 127.0.0.1, server: localhost, request: "VERSION-CON

Re: Request methods with hyphens

2013-07-10 Thread Hiroaki Nakamura
Hi, 2013/7/10 Maxim Dounin : > Hello! > > On Wed, Jul 10, 2013 at 10:47:35PM +0900, Hiroaki Nakamura wrote: > >> Hi all, >> >> I found nginx rejects request methods with hyphens like >> VERSION-CONTROL with the status code 400. >> I got the following

[PATCH 0 of 3] Update Age response header correctly

2024-06-14 Thread Hiroaki Nakamura
file header. - patch 3: Tests: Update and add test files to patchset for convenience. Contents of the "*.tt" files are to be put into nginx-tests repository. Link: https://www.rfc-editor.org/rfc/rfc9111 [1] Thanks! Hiroak

[PATCH 3 of 3] Tests: Update and add tests for Age header

2024-06-14 Thread Hiroaki Nakamura
# HG changeset patch # User Hiroaki Nakamura # Date 1718345855 -32400 # Fri Jun 14 15:17:35 2024 +0900 # Branch correct_age # Node ID 8473b99b2c169b50bc71c9c07a1f10750b0cfc73 # Parent 51355c41fc134954e58b1534d232291d70252be7 Tests: Update and add tests for Age header. diff -r 51355c41fc13

[PATCH 1 of 3] Correctly calculate and set Age header

2024-06-14 Thread Hiroaki Nakamura
# HG changeset patch # User Hiroaki Nakamura # Date 1718345844 -32400 # Fri Jun 14 15:17:24 2024 +0900 # Branch correct_age # Node ID 493817cf38580a71430f9c1293e29bdfbf243075 # Parent 2f636ec9c71aaa7129f3f79fa1e584e02f8748f0 Correctly calculate and set Age header. Implement the calculation

[PATCH 2 of 3] Save response time and corrected initial age to file cache header

2024-06-14 Thread Hiroaki Nakamura
# HG changeset patch # User Hiroaki Nakamura # Date 1718345850 -32400 # Fri Jun 14 15:17:30 2024 +0900 # Branch correct_age # Node ID 51355c41fc134954e58b1534d232291d70252be7 # Parent 493817cf38580a71430f9c1293e29bdfbf243075 Save response time and corrected initial age to file cache header