1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-08 04:01:55 +00:00

SMTP handler is now more forgiving of line endings, a la Postfix

This commit is contained in:
James Hillyerd
2016-09-18 17:45:03 -07:00
parent a939605d4a
commit 1856deae46
2 changed files with 5 additions and 17 deletions

View File

@@ -23,7 +23,7 @@ const indexFileName = "index.gob"
var (
// indexLock is locked while reading/writing an index file
//
// NOTE: This is a bottleneck because it's a single lock even if we have a
// NOTE: This is a bottleneck because it's a single lock even if we have a
// million index files
indexLock = new(sync.RWMutex)