A developer is troubleshooting a QUIC-based reverse proxy for chunked uploads to S3 pre-signed URLs.The developer has set up a custom HTTP/3 QUIC server to receive PUT requests with chunked data and a custom header containing the S3 pre-signed URL.The server extracts the pre-signed URL and forwards the request body to the S3 URL using a reverse proxy mechanism.However, the proxy to S3 fails with a '502 Bad Gateway' error and a 'http3: parsing frame failed' error.