ankurpiyush26 / pubsubhubbub

Automatically exported from code.google.com/p/pubsubhubbub
Other
1 stars 0 forks source link

subscriber_clients/php/subscriber.php sends empty lease_seconds parameter #151

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Subscribe to feed via subscriber_clients/php/subscriber.php
2. Do not set the lease seconds parameter
3. The URL sent to the hub will contain an empty lease_seconds parameter.

What is the expected output? What do you see instead?

The URL should not contain the lease_seconds parameter since its value is empty.

What version of the product are you using? On what operating system?

Latest git.

Original issue reported on code.google.com by cwei...@cweiske.de on 1 Apr 2015 at 11:27