M. Efe Çetin
cbfcac2c0a
🐛 bug: remove prefork support from custom listeners ( #2060 )
...
* 🐛 bug: remove prefork support from custom listeners
* Update listen_test.go
2022-08-30 13:01:24 +02:00
Amir Hossein
0734c9d3fc
🔍 fix unhandled errors in helpers_test.go ( #2058 )
...
* fix unhandled errors
* fix unhandled error in cache package test
* omit variable type
* omit variable type
* rename variable because collide with the imported package name
* handle file error on closing
* fix unhandled in common_linux.go
* fix unhandled errors in helpers_test.go
2022-08-29 14:12:12 +02:00
RW
1bbcb4b8f3
Fix for "Why net.Addr is fiber.testAddr, not *net.TCPAddr? 🤗 #1574" ( #1784 )
2022-02-19 02:08:06 +01:00
Gusted
7b7dcf29f7
♻️ Tidy up the codebase ( #1613 )
...
* run gofmt
* add t.Helper()
* Simplify assigns
* Simplify make operation
* Remove unused field in struct
* Fix typo
* Run gofumpt ./
* Consistent spacing
* len(...) can never be negative
* Use ReplaceAll
* Simplify operation
* Remove deadcode
* Fix typo
* Tidy up `} else { if ...`
* Fix AssertEqual
* Remove t.Helper() to fix go1.14.15
2021-11-05 08:00:03 +01:00
Rupesh Harode
9dd39c0e55
🩹 Fix: corrects ipv6 loopback ip shown on UI ( #1517 )
...
Author: Rupesh Harode <rupeshharode@gmail.com>
Co-authored-by: Rupesh Harode <rupesh.harode@dailyrounds.org>
2021-09-03 14:23:03 +02:00
Diego Sandrim
0dc67e80d2
Moves .getBytes and .getString from package variable to App instance variable, avoiding data race when creating a new App.
2021-05-05 17:24:26 -03:00
Kiyon
00dbdd5fb3
👷 Add network type constant
2021-02-08 11:35:17 +08:00
Kiyon
0ec0f50cfd
🔥 Add network option
2021-02-07 13:55:13 +08:00
Kiyon
2d34c78e7e
👷 Add test cases for getGroupPath
2020-12-28 13:16:33 +08:00
Kiyon
bdfad180f7
👷 Auto add '/' prefix for Group
2020-12-24 14:14:49 +08:00
Fenny
1468a049c4
✏ removeNewLines is present in fh 1.18
...
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-12-11 00:49:57 +01:00
Fenny
27baab0ea0
🧨 introduce destroy
2020-11-13 18:30:14 +01:00
Fenny
ee596c2c8d
👋 remove unused fn
2020-11-11 18:43:56 +01:00
Fenny
8bd50de610
🧹 housekeeping
2020-11-11 13:54:27 +01:00
David Mazary
71d3e16be4
🚨 Remove unused isIPv6 func
2020-10-03 13:31:33 -04:00
Fenny
d6f717148a
🛠 correct convert naming
2020-09-27 12:22:17 +02:00
kiyon
3f64a4f781
👷 improve helpers test cases
2020-09-15 09:16:27 +08:00
Fenny
2768ea2a77
🙌 make utils public
...
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-09-14 12:12:29 +02:00
Fenny
77843393c4
🏃♀️ move utils to internal
...
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-09-14 09:27:25 +02:00