-
Notifications
You must be signed in to change notification settings - Fork 549
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Check for existing issues
- Completed
Describe the bug / provide steps to reproduce it
Actual behaviour
Builtin server returns duplicated Content-Type
and Content-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
- Open a project folder in Acode.
- Launch
index.html
. - Open a
fetch
orXMLHttpRequest
request ("GET" or "HEAD" method). - Inspect the response headers.
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working