我正在使用 Fiddler 监控对我们的 ServiceStack API 的调用,并且在 Content-Length 字段中看到一个逗号。我只有在部署到特定的 Windows 服务器时才看到这一点。这意味着什么?
Content-Length: 611,0
整个回应:
HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 611,0
Content-Type: text/plain
ETag: 635102562728230000
Server: Microsoft-IIS/8.0
X-Powered-By: ServiceStack/3.955 Win32NT/.NET
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS
Access-Control-Allow-Headers: Content-Type
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Wed, 24 Jul 2013 19:03:34 GMT
raw data removed but it is 611 characters
我不认为 Content-Length 字段中的逗号是允许的。