lpereira / lwan

Experimental, scalable, high performance HTTP server
https://lwan.ws
GNU General Public License v2.0
5.94k stars 548 forks source link

HTTP method identification issue #329

Closed pontscho closed 2 years ago

pontscho commented 2 years ago

Hey,

last change in identify_http_method() function cause that all HTTP request will be identified as GET. Maybe POST is still working but PUT isn't. After I reverted this patch everything went fine again.

Thanks, pontscho

lpereira commented 2 years ago

Thanks for reporting this! Will fix it soon.

On Sun, Feb 6, 2022, at 4:54 AM, pontscho wrote:

Hey,

last change in identify_http_method() function cause all HTTP request is identified as GET. Maybe POST is still working but PUT isn't. After I reverted this patch everything went fine again.

Thanks, pontscho

— Reply to this email directly, view it on GitHub https://github.com/lpereira/lwan/issues/329, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADVGICV4HDWFTVWYY4DWLUZZVORANCNFSM5NVJMZIA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.Message ID: @.***>

pontscho commented 2 years ago

Thanks, it works well.