We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f439a64 + abf1ea1 commit 421341eCopy full SHA for 421341e
http/vibe/http/server.d
@@ -2481,7 +2481,7 @@ private string formatRFC822DateAlloc(SysTime time)
2481
static LAST = CacheTime(SysTime.min());
2482
2483
if (time > LAST.nextUpdate) {
2484
- auto app = new FixedAppender!(string, 29);
+ auto app = new FixedAppender!(string, 32);
2485
writeRFC822DateTimeString(app, time);
2486
LAST.update(time);
2487
LAST.cachedDate = () @trusted { return app.data; } ();
0 commit comments