-
Notifications
You must be signed in to change notification settings - Fork 203
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
TkProxy #377
Comments
@yegor256 what do you think about this one? |
@yegor256 please dispatch this issue |
@yegor256 I support the idea, too. |
@pinaf yeah, good idea, thanks |
@pinaf milestone set to |
@pinaf thanks for this report, I added 15 mins to your account, in transaction |
@tiaped this ticket is yours now, please proceed, and keep in mind this. Any technical questions you should ask right here; The budget of this task is 30 mins. This is exactly how much time will be compensated, when the task is completed. Read about our Definition of Done |
@davvd I want also to be sure that the aim of the issue is to update request before acting and update reponse before returning. |
FYI I have some issues on qulice with maven 3.0.5. Everything was fine with maven 3.3.3. |
@tiaped Qulice doesn't work with Maven older than 3.2.5. And please address all your comments. If you're not sure to whom you should address them, read the work policy.
|
@Suseika Thanks a lot |
I have a question. |
@tiaped And I have to remind you again to address every single comment to someone, i.e. comments should start with @ username, that's our rule. |
@davvd please reassign the task. I think that the issue is more complicated than expected. |
@tiaped you don't have to handle each of those cases individually. All you have to do is pass along all headers and the body. That's all that exists in any HTTP message. |
@hs3180 you're holding this ticket for 15 days already. If it is not finished (and closed) in the next 48 hours, it will be re-assigned to someone else, see No Obligations principle (this article should help if you're stuck) added -30 to your rating, now it is equal to -112 |
@hs3180 it takes too long. Usually, we expect any task to be finished in less than a week. I'll assign someone else. Please stop working with it right now. See our no obligations principle. -60 added to your rating, current score is: -232 |
@davvd There was a slight misunderstanding about the requirements. Please approve a bit more time for this issue. Thank you! |
…troducing any new optional dependencies.
`Transfer-Encoding` headers before attempting to read the request body.
@bdragan thanks! |
@rultor release, tag is |
@ypshenychka please, review this task for compliance with our quality rules |
@tiaped ping |
@davvd Quality is acceptable. |
@ypshenychka thanks for the review, we'll try better next time |
@bdragan added 10 mins to @ypshenychka, for QA review, payment code is I just added 30 mins to your account, many thanks for your contribution (73869763).. 1221 hours and 45 mins spent here +30 added to your rating, current score is: +391 |
A decorator class
TkProxy
would be useful. It would pass along requests received in.act
to a different destination (internally handling body, headers, etc for the new request) and also proxy back responses.- ~~`377-e6ce369a`/#458~~ (by Sebin George) - `458-ca123cf9`/#656 (by Nicolas FILOTTO)
The text was updated successfully, but these errors were encountered: