mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-23 08:56:31 +01:00
b6d88bac04
The upstream fasthttp may contain issues like 996610f021
,
plus a code that isn't used by VictoriaMetrics. So let's use a private copy under our control instead.
9 lines
99 B
Go
9 lines
99 B
Go
// +build amd64 arm64 ppc64
|
|
|
|
package fasthttp
|
|
|
|
const (
|
|
maxIntChars = 18
|
|
maxHexIntChars = 15
|
|
)
|