I noticed while http snooping my twisted client that the
POST requests
sent by the client didn't use the right port in the request
URL (the
port was ignored).
However, it doesn't seem to matter! How come?
Changing _getMessageRequest to read:
req = http.ClientRequest( "POST",
str(self.port) + ':' + self.baseUri,
headers,
mstream)
means that the request URL is correct (http://localhost:8080/co
metd
instead of http://localhost/cometd),
but there's no functional
difference. Color me puzzled.
--david
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cometd-dev" group.
To post to this group, send email to cometd-dev googlegroups.com
To unsubscribe from this group, send email to
cometd-dev-unsubscribe googlegroups.com
For more options, visit this group at http://grou
ps.google.com/group/cometd-dev
Visit the cometd website at http://www.cometd.com/
-~----------~----~----~----~------~----~------~--~---
|