This site has been archived!!! Click here to visit the new openkoji buildsystem!

Information for build http-parser-2.9.4-1.oe1

ID1212
Package Namehttp-parser
Version2.9.4
Release1.oe1
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-openeuler/http-parser.git#1faf22e948e80d4c76daa8af68dcb8c3722fcae1
SummaryHTTP request/response parser for C
Descriptionhttp-parser parses the HTTP request headers and body. As such, it acts as a barrier in the policy to guarantee that the entire content has been received before any other filters are invoked.The parser filter forces the server to do "store-and-forward" routing instead of the default "cut-through" routing, where the request is only parsed on-demand. This filter can be used as a simple test to ensure that the message is XML, for example. Features: * No dependencies * Handles persistent streams (keep-alive) * Decodes chunked encoding * Upgrade support * Defends against buffer overflow attacks
Built bykojiadmin
State failed
Volume DEFAULT
StartedSat, 18 Sep 2021 05:37:24 CST
CompletedSat, 18 Sep 2021 06:02:19 CST
Taskbuild (roe1, /src-openeuler/http-parser.git:1faf22e948e80d4c76daa8af68dcb8c3722fcae1)
Extra{'source': {'original_url': 'git+https://gitee.com/src-openeuler/http-parser.git#1faf22e948e80d4c76daa8af68dcb8c3722fcae1'}}
Tags No tags
RPMs No RPMs
Changelog * Tue Jun 23 2020 hanzhijun <hanzhijun1@huawei.com> - 2.9.4-1 - update to 2.9.4 * Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.9.2-2 - optimization the patch