Ticket #1402 (new defect)
multiple by 8 / 10 instead of 0.8 to prevent the need for floating support
| Reported by: | leonw@… | Owned by: | jan |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4.20 |
| Component: | core | Version: | 1.4.18 |
| Severity: | normal | Keywords: | patch |
| Cc: | Blocked By: | ||
| Need User Feedback: | no | Blocking: |
Description
in server.c, please replace "0.8" by "8 / 10".
This allows using lighttpd to run without floating point emulation on embedded machines without floating point support (such as ARM).
This fix has been tested in OpenEmbedded? for long now. Please consider merging it.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

