wukko
a7087336ca
repo: move api src from root to own subdir
2024-08-02 20:41:52 +06:00
wukko
eb65e816af
stream/internal: convert headers to iterable object
2024-07-06 23:15:15 +06:00
jj
33c3c398fc
stream/internal: don't abort immediately after close for generic streams ( #584 )
...
* stream: move closeRequest to shared functions
* stream: use closeRequest instead of abort() directly
* stream/internal: don't abort immediately after close for generic streams
2024-06-23 21:37:02 +06:00
jj
a6733ef0cc
stream/internal: refactor, abort controller in more places ( #583 )
2024-06-23 18:51:36 +06:00
jj
ef97ff06af
stream: fix some memory leaks in internal stream handling ( #581 )
2024-06-22 16:57:30 +06:00
Mikhail Serebryakov
68f311c318
stream: add hls support for internal streams ( #525 )
2024-06-07 17:08:20 +06:00
dumbmoron
85bed9aa74
stream/internal: use pipe() to handle internal streams
2024-06-06 14:50:21 +00:00
dumbmoron
89d9d555d1
stream/internal: use end() instead of destroy() to close response
2024-05-23 22:37:58 +06:00
dumbmoron
9419266cd7
stream: use freebind dispatcher in internal streams
2024-05-14 18:38:20 +00:00
wukko
656c0a3495
stream: add semicolons to imports
2024-04-27 18:51:12 +06:00
dumbmoron
dd56ae60e7
stream/internal: don't copy Host header from request
...
its basically always gonna be localhost:9k
2024-04-27 11:33:22 +00:00
dumbmoron
3d3a717f3e
stream/internal: also copy content-length where applicable
2024-04-27 11:11:05 +00:00
dumbmoron
6eb4af125b
stream/internal: special youtube stream handling
2024-04-27 11:00:45 +00:00
dumbmoron
66e58d21ec
feat: internal streams
2024-04-26 11:53:50 +00:00