Files
ports/www/py-httptools/files/patch-httptools-parser-parser.c
T
Sunpoet Po-Chuan Hsieh 8d86c1ab5c Add py-httptools 0.0.13
httptools is a Python binding for nodejs HTTP parser. It's still in a very early
development stage, expect APIs to break.

WWW: https://github.com/MagicStack/httptools
2020-01-20 20:08:45 +00:00

12 lines
347 B
C

--- httptools/parser/parser.c.orig 2019-02-25 19:54:42 UTC
+++ httptools/parser/parser.c
@@ -609,7 +609,7 @@ static CYTHON_INLINE float __PYX_NAN() {
#include <stdio.h>
#include "pythread.h"
#include <stdint.h>
-#include "../../vendor/http-parser/http_parser.h"
+#include "http_parser.h"
#ifdef _OPENMP
#include <omp.h>
#endif /* _OPENMP */