diff --git a/apps/sam/python/src/i2p/SimpleHTTPServer.py b/apps/sam/python/src/i2p/SimpleHTTPServer.py index 3f4fb71719795378de018916954e2ad8e91d1e85..31af1dcdccb2e4dabf537b2a91fd14d41fdc5693 100644 --- a/apps/sam/python/src/i2p/SimpleHTTPServer.py +++ b/apps/sam/python/src/i2p/SimpleHTTPServer.py @@ -1,6 +1,11 @@ #! /usr/bin/env python """Simple HTTP Server. +Hacked by aum from standard python module of the same name, +modified for compatibility with sunshine's 'i2p.sam.socket'. + +-- + This module builds on SAMBaseHTTPServer by implementing the standard GET and HEAD requests in a fairly straightforward manner.