-
Notifications
You must be signed in to change notification settings - Fork 208
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
Table Services Task Pipe Function Incorrectly Handling Commands #247
Comments
Imported from trac issue 216. Created by sstrege on 2017-10-26T13:16:18, last modified: 2019-03-05T14:58:28 |
Trac comment by jphickey on 2017-10-27 09:26:07: I believe this is like 271: {{{ Should be just simply: {{{ Because this function takes a |
Trac comment by jphickey on 2017-10-27 09:29:38: Since it is just a one liner I went ahead and pushed a commit with that change. Commit [changeset:25d7de3] branch |
Trac comment by sstrege on 2017-10-27 09:33:37: Funny, I had pushed the same fix yesterday, but my comment was never posted. Duplicate commit: [changeset:3c9aa94] |
Trac comment by sstrege on 2017-10-27 09:34:04: Recommend/approve either commit |
Trac comment by cdknight on 2017-10-27 10:44:48: recommend approve |
Trac comment by glimes on 2017-10-27 12:36:15: recommend accept (the answer to my concern was "yes") |
Trac comment by jphickey on 2017-10-27 12:39:09: Correct. The intent is that the complete message should be passed through, including header(s), not just the payload. |
Trac comment by jhageman on 2019-03-05 14:58:28: Milestone renamed |
When calling the appropriate command message handler, the Table Services TaskPipe function is failing to pass the entire message to the command processing function, resulting in a truncated message.
The text was updated successfully, but these errors were encountered: