updated code to add x-forwarded-host and x-forwarded-proto for rpx

This commit is contained in:
2025-08-20 02:04:06 +09:00
parent c001458b24
commit 0696f4f560
4 changed files with 41 additions and 15 deletions

View File

@ -283,7 +283,6 @@ func (rpx *server_rpx) ServeHTTP(w http.ResponseWriter, req *http.Request) (int,
for {
var n int
n, err = srpx.br.Read(buf[:])
if n > 0 {
var err2 error