routewatch/internal
sneak 7d39bd18bc Fix concurrent map write panic in timeout middleware
- Add thread-safe header wrapper in timeoutWriter
- Check context cancellation before writing responses in handlers
- Protect header access after timeout with mutex
- Prevents race condition when requests timeout while handlers are still running
2025-07-28 21:54:58 +02:00
..
config Remove debug logging for withdrawals without origin ASN 2025-07-28 02:07:33 +02:00
database Add context cancellation support to database operations 2025-07-28 19:27:55 +02:00
logger Format logger source location as file.go:linenum 2025-07-28 01:16:29 +02:00
metrics Add route update metrics tracking to PrefixHandler 2025-07-28 02:55:27 +02:00
ristypes Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
routewatch Add context cancellation support to database operations 2025-07-28 19:27:55 +02:00
server Fix concurrent map write panic in timeout middleware 2025-07-28 21:54:58 +02:00
streamer Add context cancellation support to database operations 2025-07-28 19:27:55 +02:00
templates Improve prefix count link styling on status page 2025-07-28 19:05:45 +02:00