[GitHub] [tomcat-native] michael-o commented on pull request #9: Simplify Address#getInfo() native implementation
michael-o commented on pull request #9: URL: https://github.com/apache/tomcat-native/pull/9#issuecomment-999425286 @mturk Still waiting... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 65757] Async WriteListener#onWritePossible never called
https://bz.apache.org/bugzilla/show_bug.cgi?id=65757 --- Comment #4 from Samuel Cox --- Hi Remy, I am currently working on a workaround in our code, but I don't want to continue that if a fix is near. Honestly, I was curious if you could do something like you are proposing here, but I simply don't know enough about the codebase to know if you truly needed to be off a container thread (as opposed to just the originating thread). Regardless, where do you stand on adding this to the 9.0.x (and other) branches? Any take on when a 9.0.x release could happen with this fix? Many thanks for working on this! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 65757] Async WriteListener#onWritePossible never called
https://bz.apache.org/bugzilla/show_bug.cgi?id=65757 --- Comment #5 from Remy Maucherat --- Once reviewed and validated (if needed), a fix like this one is almost always applied to all branches. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 65757] Async WriteListener#onWritePossible never called
https://bz.apache.org/bugzilla/show_bug.cgi?id=65757 --- Comment #6 from Samuel Cox --- Hey Remy. Thanks. No pressure or anything, just curious if you have _any_ idea on when this could be released. Based on your release notes, it looks like you tend to cut a release every month. Do you see big hurdles for this hitting the next release? Is there any way we can help with those hurdles? Of course, we can run our battery of tests, but I'm not sure how much confidence that would give you on this relatively core change. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 65757] Async WriteListener#onWritePossible never called
https://bz.apache.org/bugzilla/show_bug.cgi?id=65757 --- Comment #7 from Mark Thomas --- (In reply to Remy Maucherat from comment #5) > Once reviewed and validated (if needed), a fix like this one is almost > always applied to all branches. LGTM. My only thought is how many of the other container thread checks really should be converted to this new request thread check. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org