We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a6496 commit b02df49Copy full SHA for b02df49
rfc5424_test.go
@@ -767,7 +767,7 @@ func (s *Rfc5424TestSuite) BenchmarkParseTimestamp(c *C) {
767
}
768
769
func (s *Rfc5424TestSuite) BenchmarkParseHeader(c *C) {
770
- buff := []byte("2003-10-11T22:14:15.003Z mymachine.example.com su 123 ID47")
+ buff := []byte("<165>1 2003-10-11T22:14:15.003Z mymachine.example.com su 123 ID47")
771
l := len(buff)
772
773
p := NewRfc5424Parser(buff, 0, l)
0 commit comments