Skip to content

Commit

Permalink
Merge pull request #376 from NordicSemiconductor/bugfix/375
Browse files Browse the repository at this point in the history
Making init in ProxyProtocolHandler public
  • Loading branch information
philips77 committed Nov 18, 2021
2 parents ad43da0 + 055acbd commit 5ad0456
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -67,6 +67,10 @@ public class ProxyProtocolHandler {
private var buffer: Data?
private var bufferType: PduType?

public init() {
// Empty public init.
}

/// Segments the given data with given message type to 1+ messages
/// where all but the last one are of the MTU size and the last one
/// is MTU size or smaller.
Expand Down

0 comments on commit 5ad0456

Please sign in to comment.