qudreams / nginx-http-radius-module

nginx http radius authentication module
27 stars 17 forks source link

keepalive support #9

Open mlybarger opened 4 years ago

mlybarger commented 4 years ago

this worked great with http 1.0 requests. when clients started to use keepalive, i started to get errors [1] in the logs. anyone used this with keepalive?

[1] 2020/08/18 14:42:04 [error] 10076#0: 7529 add radius packet failed: fd=10,id=209, client: 192.168.0.1, server: localhost, request: "POST /testing/url HTT P/1.1", host: "myhost.com" 2020/08/18 14:42:05 [error] 10076#0: 7530 add radius packet failed: fd=10,id=9, client: 192.168.0.1, server: localhost, request: "POST /testing/url HTTP/ 1.1", host: "myhost.com" 2020/08/18 14:42:06 [error] 10076#0: 7532 add radius packet failed: fd=10,id=186, client: 192.168.0.1, server: localhost, request: "POST /testing/url HTT P/1.1", host: "myhost.com" 2020/08/18 14:42:06 [error] 10076#0: 7534 add radius packet failed: fd=10,id=207, client: 192.168.0.1, server: localhost, request: "POST /testing/url HTT P/1.1", host: "myhost.com" 2020/08/18 14:42:07 [error] 10076#0: 7535 add radius packet failed: fd=10,id=87, client: 192.168.0.1, server: localhost, request: "POST /testing/url HTTP /1.1", host: "myhost.com" 2020/08/18 14:42:08 [error] 10076#0: 7540 add radius packet failed: fd=10,id=21, client: 192.168.0.1, server: localhost, request: "POST /testing/url HTTP /1.1", host: "myhost.com" 2020/08/18 14:42:08 [error] 10076#0: *7543 add radius packet failed: fd=10,id=99, client: 192.168.0.1, server: localhost, request: "POST /testing/url HTTP /1.1", host: "myhost.com"