robinvdvleuten / php-nntp

Client for communicating with servers throught the Network News Transfer Protocol (NNTP) protocol.
MIT License
39 stars 12 forks source link

Elabz/fixes #36

Closed elabz closed 5 years ago

elabz commented 6 years ago

Hi Robin,

I needed to fix PostCommand, which did not work since it was not returning a response and just stalled. Also, I needed for my application to be able to overwrite X-poster, and I added a logic of testing for that or adding back the default X-poster.

Not sure why my PR picked up more changes than in these two files. I believe the rest of the files has already been merged into your master about a year ago, from my previous pull request. But the PR is marked as mergeable by Github, so it should work,

Please review my changes in: modified: src/Command/PostArticleCommand.php modified: src/Command/PostCommand.php Just this commit: edfde21