1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-22 23:43:39 +00:00
fiber/internal
RW 3e8227d7eb
FIX: panic: unaligned 64-bit atomic operation [32 bit machines] #1487 (#1502)
* 🐛 panic: unaligned 64-bit atomic operation [32 bit machines] #1487
https://pkg.go.dev/sync/atomic#pkg-notes
https://go101.org/article/memory-layout.html
https://github.com/golang/go/issues/36606

* 🐛 panic: unaligned 64-bit atomic operation [32 bit machines] #1487
change from uin64 to uint32 for the timestamp -> max value is 4294967295 -> Sun Feb 07 2106 06:28:15 GMT+0000
2021-08-22 10:28:34 +02:00
..
🧹 fix test
2020-09-29 01:33:52 +02:00
🧹 fix test
2020-09-29 01:33:52 +02:00
2020-11-24 16:35:09 +01:00
2020-10-27 00:33:58 +01:00
🧹 fix test
2020-09-29 01:33:52 +02:00
2021-06-17 22:03:59 +02:00
2021-07-17 17:20:14 +02:00
2021-06-17 22:03:59 +02:00
2021-06-17 22:03:59 +02:00
2021-06-13 11:11:42 +02:00
2020-09-27 22:56:31 +02:00