Jiří Hepnar
Results
1
comments of
Jiří Hepnar
Hello, recently I worked with Tornado and HAProxy, so here is my solusion for Proxy protocol version 2(ppv2) ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ proxy_protocol.py Implements the...