Bug 180231 - HTTP server driver is responsible for ensuring the dependencies of HTTP server.
Summary: HTTP server driver is responsible for ensuring the dependencies of HTTP server.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-30 17:41 PST by dewei_zhu
Modified: 2017-12-04 22:30 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.47 KB, patch)
2017-11-30 17:46 PST, dewei_zhu
slewis: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dewei_zhu 2017-11-30 17:41:31 PST
HTTP server driver is responsible for ensuring the dependencies of HTTP server.
Comment 1 dewei_zhu 2017-11-30 17:46:39 PST
Created attachment 328060 [details]
Patch
Comment 2 Alexey Proskuryakov 2017-12-04 22:08:05 PST
Does this still need to be landed?
Comment 3 dewei_zhu 2017-12-04 22:30:07 PST
Yes, I think so. Because we made assumption that http server will start within 15.5 seconds. However, if it is the http server's responsibility to install the dependencies, then 15.5 seconds may not be an accurate assumption as downloading python modules makes it more variable.
Comment 4 dewei_zhu 2017-12-04 22:30:37 PST
From this perspective, it's more like a bug in our existing code.