issues
search
valyala
/
fasthttp
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
MIT License
21.91k
stars
1.76k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
chore(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0
#1854
dependabot[bot]
closed
2 months ago
1
Does the fasthttp can get the malformed HTTP response?
#1853
michaeldjonazh
closed
2 months ago
1
-
#1852
xsxo
closed
2 months ago
0
Sorry about forgetting to remove a redundant field and clarify the comments.
#1851
newacorn
closed
2 months ago
1
RetryIf might need more information and greater control over the execution flow.
#1850
newacorn
closed
2 months ago
1
Revert Pull 1233 fix: The client write operation did not immediately return upon encountering an RST packet.
#1849
newacorn
closed
2 months ago
2
Make the tests complete earlier.
#1848
newacorn
closed
2 months ago
1
Fix potential data race reports when the `-race` flag is enabled.
#1847
newacorn
closed
2 months ago
1
Revert "Using atomic instead of mutex and delete scratch slice"
#1846
newacorn
closed
2 months ago
3
Add RetryIfErr for Client too
#1845
ksw2000
closed
2 months ago
1
When `StreamRequestBody` is set to `true`, we cannot safely release `br`
#1844
newacorn
closed
2 months ago
1
Fix Different request paths share the same `fs` cache is some cases.
#1843
newacorn
closed
2 months ago
1
Fix issues with tests interfering with each other in certain situations.
#1842
newacorn
closed
2 months ago
1
Make new workerChanPool implementation consistent with the original mutex implementation
#1841
newacorn
closed
2 months ago
1
The new workerChanPool implementation does not recycle workerChan when the workerPool stops.
#1840
newacorn
closed
2 months ago
4
fasthttp currently exhibits some strange behavior in its tests.
#1839
newacorn
closed
2 months ago
1
Some questions about HTTP request headers?Welcome to join the discussion.
#1838
newacorn
closed
2 months ago
3
Remove support for go 1.19 and 1.20, and add support for 1.23
#1837
erikdubbelboer
closed
3 months ago
0
How to handle TCP keepalive-related configurations more effectively?
#1836
newacorn
opened
3 months ago
2
We cannot avoid continuing to call SetReadDeadline and similar methods after the connection is closed.
#1835
newacorn
closed
3 months ago
1
Request with header "Expect: 100-continue " lead to goroutine leak
#1834
lepdou
closed
3 months ago
2
Using atomic instead of mutex and delete scratch slice
#1833
NikoMalik
closed
2 months ago
8
TestHostClientMaxConnWaitTimeoutError test case sometimes fails
#1832
newacorn
closed
3 months ago
1
Fix the MaxConns semaphore issue in HostClient.
#1831
newacorn
closed
3 months ago
1
The test named TestHostClientMaxConnWaitTimeoutError fails under certain conditions.
#1830
newacorn
closed
3 months ago
1
Merge the various proxy dialer implementations from the fasthttpproxy into a single struct.
#1829
newacorn
closed
3 months ago
2
Add a dedicated cache container for the zstd compression algorithm
#1828
newacorn
closed
3 months ago
1
The fasthttp fs module does not provide a separate cache container for the Zstandard (zst) compression algorithm.
#1827
newacorn
closed
3 months ago
1
Reduce the size of ResponseHeader and RequestHeader
#1826
ksw2000
closed
3 months ago
1
A response without a body can't have trailers
#1825
erikdubbelboer
closed
3 months ago
0
HEAD request returning 200 OK with no body will hang indefinitely
#1824
krzysztofsmigiel
closed
3 months ago
7
chore(deps): bump golang.org/x/sys from 0.23.0 to 0.24.0
#1823
dependabot[bot]
closed
3 months ago
0
How to set proxy and tcpdialer at the same time
#1822
0xfocu5
closed
3 months ago
4
chore(deps): bump golang.org/x/net from 0.27.0 to 0.28.0
#1821
dependabot[bot]
closed
3 months ago
1
chore(deps): bump golang.org/x/crypto from 0.25.0 to 0.26.0
#1820
dependabot[bot]
closed
3 months ago
0
StreamRequestBody shouldn't read more data than actual need.
#1819
newacorn
closed
3 months ago
4
Make RetryIfFunc handle request errors
#1818
ksw2000
closed
2 months ago
2
chore(deps): bump golang.org/x/sys from 0.22.0 to 0.23.0
#1817
dependabot[bot]
closed
3 months ago
1
BUG: content-length smaller than prefetched body size will lead requestStream Read() PANIC
#1816
DrakeOu
closed
3 months ago
1
Bug: When deadline from HeaderReceived,panic assert may occur in logic.
#1815
newacorn
closed
3 months ago
1
Use Named Fields and Align Structures to Reduce Memory Usage
#1814
gaby
closed
3 months ago
5
Replace custom AppendUint with strconv.AppendUint
#1813
gaby
closed
3 months ago
3
RequestCtx.userValues's Reset method doesnot hep gc to recycle its items's key and value of userDataKV struct.
#1812
newacorn
closed
3 months ago
1
Reuse body for response
#1811
megashchik
opened
4 months ago
3
Fix header parser (#1808)
#1810
ksw2000
closed
3 months ago
2
Optimize struct field order to reduce memory usage
#1809
ksw2000
closed
4 months ago
2
FastHTTP doesn't strip tabs from header values
#1808
kenballus
closed
3 months ago
1
Fasthttp Client send multiple origin
#1807
ad3n
closed
4 months ago
2
Fix possible race condition on request ctx done #1662
#1806
byte0o
closed
4 months ago
4
Type mismatch in AppendUint
#1805
gaby
closed
4 months ago
12
Previous
Next