Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Net_Gearman_Manager sends text commands with \r\n, resulting in errors when more than one text-command is sent #19

Closed
GoogleCodeExporter opened this issue Feb 4, 2016 · 4 comments

Comments

@GoogleCodeExporter
Copy link

The PEAR Net_Gearman implementation sends administrative text commands like 
this:
version\r\n

This results in errors when another text command is sent afterwars, I guess 
because the Java server only cuts the \r of and leaves the \n which is then 
prepended to the next command.

gearmand 0.28 has no problems with \r\n

Original issue reported on code.google.com by s.grunew...@gmail.com on 16 Feb 2012 at 5:48

@GoogleCodeExporter
Copy link
Author

Original comment by isaiah.v...@gmail.com on 16 Feb 2012 at 9:42

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision r90.

Original comment by isaiah.v...@gmail.com on 21 Feb 2012 at 3:01

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision r91.

Original comment by isaiah.v...@gmail.com on 21 Feb 2012 at 3:10

@GoogleCodeExporter
Copy link
Author

This fix will show up in the next build v0.5.1. It should be released sometime 
tonight.

Thank you for submitting this issue, s.grunewaldt. I appreciate it :)

Original comment by isaiah.v...@gmail.com on 21 Feb 2012 at 3:19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant