Skip to content

Do not generate static responses #163

@krizhanovsky

Description

@krizhanovsky

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions