Stefan Reich

Results 4 issues of Stefan Reich

__Steps to reproduce:__ List the minimal actions needed to reproduce the behavior. 1. Open and use multiple connections in a sequence, closing them after use 2. Perform at least one...

Fixes #35 I came upon the problem that the server part would not report the proper facility for messages. This patch fixes the problem by - changing the constants in...

When receiving syslog messages, the message facility is reported wrongly. [RFC 5424](https://tools.ietf.org/html/rfc5424#section-6.2.1) > The Priority value is calculated by first multiplying the Facility number by 8 and then adding the...

# Summary Enable calls to `import_from_file`, `import_from_pandas` and `import_from_itarable` to perform uncompressed transfer even when the main connection was established with `compression=True`. # Details ## Setup In our code, this...

feature