We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Builtin server returns duplicated Content-Type and Content-Length headers:
Content-Type
Content-Length
11743, 11743
text/plain, text/javascript
text/html, text/html
type/subtype; parameter*
text/html; charset=UTF-8
index.html
fetch
XMLHttpRequest
Device Information: WebView Info: Package Name: com.google.android.webview Version: 131.0.6778.135
App Info: Name: Acode Package Name: com.foxdebug.acodefree Version: 1.10.6 Version Code: 954
Device Info: Android Version: 14 Manufacturer: realme Model: RMX3998 Platform: Android Cordova Version: 13.0.0
Screen Info: Width: 360 Height: 800 Color Depth: 24
Additional Info: Language: en-GB User Agent: Mozilla/5.0 (Linux; Android 14; RMX3998 Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/131.0.6778.135 Mobile Safari/537.36 Texmux Version: googleplay.2024.10.30
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Check for existing issues
Describe the bug / provide steps to reproduce it
Actual behaviour
Builtin server returns duplicated
Content-Type
andContent-Length
headers:Content-Length
is duplicated (e.g.11743, 11743
).Content-Type
is repeatedtext/plain, text/javascript
text/html, text/html
Expected Behavior
Content-Length
should reflect the accurate response body length.Content-Type
should be in the format:type/subtype; parameter*
(e.g.text/html; charset=UTF-8
), without duplication.Steps to Reproduce
index.html
.fetch
orXMLHttpRequest
request ("GET" or "HEAD" method).Environment
Device Information:
WebView Info:
Package Name: com.google.android.webview
Version: 131.0.6778.135
App Info:
Name: Acode
Package Name: com.foxdebug.acodefree
Version: 1.10.6
Version Code: 954
Device Info:
Android Version: 14
Manufacturer: realme
Model: RMX3998
Platform: Android
Cordova Version: 13.0.0
Screen Info:
Width: 360
Height: 800
Color Depth: 24
Additional Info:
Language: en-GB
User Agent: Mozilla/5.0 (Linux; Android 14; RMX3998 Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/131.0.6778.135 Mobile Safari/537.36
Texmux Version: googleplay.2024.10.30
If applicable, add mockups / screenshots regarding your vision
No response
If applicable, attach your Acode.log file to this issue.
Acode.log
The text was updated successfully, but these errors were encountered: