[Webkit-unassigned] [Bug 122965] certain http media tests doesn't receive the expected "Content-Length" header

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 17 08:16:10 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=122965





--- Comment #2 from Andres Gomez Garcia <agomez at igalia.com>  2013-10-17 08:14:55 PST ---
This is the "actual" output after applying the attached patch:

Network LOG: > GET /media/resources/load-video.php?name=test.mp4&type=video/mp4 HTTP/1.1
Network LOG: > Soup-Debug-Timestamp: 1382022139
Network LOG: > Soup-Debug: SoupSessionAsync 1 (0xcb8130), SoupMessage 4 (0x12c61d0), SoupSocket 3 (0x12cea30)
Network LOG: > Host: 127.0.0.1:8000
Network LOG: > Referer: http://127.0.0.1:8000/media/video-query-url.html
Network LOG: > User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) Chromium/25.0.1349.2 Chrome/25.0.1349.2 Safari/538.1
Network LOG: > transferMode.dlna: Streaming
Network LOG: > Accept: */*
Network LOG: > Connection: Keep-Alive
Network LOG:   
Network LOG: < HTTP/1.1 200 OK
Network LOG: < Soup-Debug-Timestamp: 1382022139
Network LOG: < Soup-Debug: SoupMessage 4 (0x12c61d0)
Network LOG: < Date: Thu, 17 Oct 2013 15:02:19 GMT
Network LOG: < Server: Apache/2.2.22 (Ubuntu) mod_ssl/2.2.22 OpenSSL/1.0.1c PHP/5.4.9-4ubuntu2.3
Network LOG: < X-Powered-By: PHP/5.4.9-4ubuntu2.3
Network LOG: < Status: 200 OK
Network LOG: < Last-Modified: Thu, 17 Oct 2013 15:02:19 GMT
Network LOG: < Pragma: no-cache
Network LOG: < ETag: "192844-1343840397"
Network LOG: < Accept-Ranges: bytes
Network LOG: < Content-Length: 192844
Network LOG: < Connection: close
Network LOG: < Content-Type: video/mp4
Network LOG: < 
Network LOG:   

Now, we can see "Content-Length" correctly included in the response.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list