[Webkit-unassigned] [Bug 122965] New: 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:01:56 PDT 2013


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

           Summary: certain http media tests doesn't receive the expected
                    "Content-Length" header
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: agomez at igalia.com


Although this is not specific to GTK, if in this GTK we switch on SOUP's logging and run the following test:

$ ./Tools/Scripts/run-webkit-tests --gtk LayoutTests/http/tests/media/video-query-url.html

We get in the "actual" result the following last answer from the custom php script:

Network LOG: > GET /media/resources/load-video.php?name=test.mp4&type=video/mp4 HTTP/1.1
Network LOG: > Soup-Debug-Timestamp: 1382021649
Network LOG: > Soup-Debug: SoupSessionAsync 1 (0x17dc130), SoupMessage 4 (0x1dea1d0), SoupSocket 3 (0x1df2230)
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: 1382021649
Network LOG: < Soup-Debug: SoupMessage 4 (0x1dea1d0)
Network LOG: < Date: Thu, 17 Oct 2013 14:54:09 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 14:54:09 GMT
Network LOG: < Pragma: no-cache
Network LOG: < ETag: "192844-1343840397"
Network LOG: < Accept-Ranges: bytes
Network LOG: < Connection: close
Network LOG: < Transfer-Encoding: chunked
Network LOG: < Content-Type: video/mp4
Network LOG: < 
Network LOG:   

LayoutTests/http/tests/media/video-query-url.html uses LayoutTests/http/tests/media/resources/serve-video.php that supposedly would be including the "Content-Length" header in its answer. However, it is not doing it.

-- 
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