Bug 268292
| Summary: | Drop support for lighttpd | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Sneddon [:gsnedders] <gsnedders> |
| Component: | Tools / Tests | Assignee: | Sam Sneddon [:gsnedders] <gsnedders> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | basuke, jbedard, ross.kirsling, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sam Sneddon [:gsnedders]
At this point everything uses Apache:
gsnedders@gsnedders-marsha Scripts % rg -A1 -F 'def _uses_apache'
webkitpy/port/base.py
1245: def _uses_apache(self):
1246- return True
webkitpy/port/win.py
196: def _uses_apache(self):
197- return True
As such, we can drop all the code we have to support lighttpd.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Sneddon [:gsnedders]
Pull request: https://github.com/WebKit/WebKit/pull/23422
EWS
Committed 273698@main (1ab755eeb7f0): <https://commits.webkit.org/273698@main>
Reviewed commits have been landed. Closing PR #23422 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/121888790>
Fujii Hironori
*** Bug 183585 has been marked as a duplicate of this bug. ***