| Issue 3: | println for challenge instead of print causes hubs to return false on equals | |
| 1 person starred this issue and may be notified of changes. | Back to list |
When verifying a subscribe or unsubscribe request, the code prints the hub.challenge parameter using println(hubchallenge), this causes the response to be [challenge]\r\n You must use print(hubchallenge) instead to conform to the protocol.
Jun 1, 2010
Project Member
#1
OscN...@gmail.com
Status:
Fixed
|