Hanada

Results 23 comments of Hanada

> @HanadaLee can you provide more background for this issue? Like what's fast login? What's "insert a JS script"? Which script? Can you provide example code? @hsluoyz ![image](https://github.com/user-attachments/assets/3a1a9e39-610a-4b6e-9596-7a65a3c5a075) Currently, after...

> I like the idea! Could we have some test cases on this? Thanks for the contribution! Ok, I'll try to add some test cases

@chronolaw @Oyami-Srk I have modified the suggested code and added some test cases. The test cases mainly refer to the original scenarios without keep_prefix. I am not sure whether these...

@arut Hi, I am glad to see the release of QUIC based on CUBIC congestion control today. I would like to ask if the NGINX team is also interested in...

Digicert updated their announcement to allow HTTP/1.0 connections with the host header. So it doesn't seem to affect current nginx versions. But maybe it would be a good idea to...

I have hereby read the F5 CLA and agree to its terms

> I guess the new function ngx_http_parse_request_cookie_lines should replace old one in src/http/modules/ngx_http_userid_filter_module.c ? Yes, this module also calls the original function to parse the cookie header, so it should...

close this PR due to https://github.com/nginx/nginx/pull/1056

These functionalities can all be implemented using Lua code, but they aren't readily available out of the box on OpenResty. You can refer to the handling mechanisms of Kong or...

> No, ngx.balancer allows for only 1 peer through ngx_http_lua_ffi_balancer_set_current_peer, which results in balancer not really functioning as a balancer but an arbitrator. Having function that allows more than 1...