Files
logstash-forwarder-java/src/main/java/info/fetter/logstashforwarder
Alberto González Palomo 8e64e12fed Fix sliced multi-line events
The original multi-line implementation had a problem:
multi-line events got sliced in two when they crossed
the spool size barrier, because the code still counted
each line as a spool entry.
With multi-line entries that is no longer correct.
This fix simply reduces the spaceLeftInSpool variable
only after adding an entry.
2017-03-05 22:49:06 +01:00
..
2015-07-22 11:47:50 +02:00
2016-09-18 21:49:52 +02:00
2015-09-03 15:04:41 +02:00
2017-03-05 22:49:06 +01:00
2016-09-18 21:49:52 +02:00
2016-09-18 21:49:52 +02:00
2015-09-03 15:04:41 +02:00
2015-10-30 18:22:22 +01:00