Browse Source

branch the files into a main line branch.. I should of done this

at first, so that I can fork off releases...

[git-p4: depot-paths = "//depot/": change = 734]
replace/1500ef70ea5fed7a744cfb90f6c0d8473aec3d07
John-Mark Gurney 19 years ago
commit
5b80aeb26d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      SSDP.py

+ 2
- 0
SSDP.py View File

@@ -47,6 +47,8 @@ class SSDPServer(DatagramProtocol):
"""Handle a received multicast datagram.""" """Handle a received multicast datagram."""


# Break up message in to command and headers # Break up message in to command and headers
# TODO: use the email module after trimming off the request line..
# This gets us much better header support.


header, payload = data.split('\r\n\r\n') header, payload = data.split('\r\n\r\n')
lines = header.split('\r\n') lines = header.split('\r\n')

||||||
x
 
000:0
Loading…
Cancel
Save