-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Milestone
Description
Currently static responses like 30x or 50x responses are generated for each case with skb and pool allocations, and that's not good for performance. Rather the responses should be made from request skbs which lead to the error response.
Since we need very similar skb modifications, the issue is somewhat linked with #47.
Basically, it seems all the Web servers allow to write custom error response HTML pages, so we have to keep such pages in the Web cache and provide interface to a user to modify the pages.