Implement straightforward ServicePoint(Manager) properties in HttpWebRequest - #94664
Conversation
|
Tagging subscribers to this area: @dotnet/ncl Issue DetailsI'm going to create an issue with a list of properties that are not implemented. Implemented properties from ServicePoint:
Implemented properties from ServicePointManager:
|
|
/azp list |
|
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
antonfirsov
left a comment
There was a problem hiding this comment.
I assume it's impossible to implement functional tests for this. How do you test/validate the changes?
|
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
I'm testing these options manually, but I'll try to write some tests for this. |
wfurt
left a comment
There was a problem hiding this comment.
generally looks good to me.
We should perhaps add at least some get/set tests so we exercise the new code path.
|
What issue(s) does this fixes/contributes to? Could you put them to the description. |
ManickaP
left a comment
There was a problem hiding this comment.
+1 for the tests as well, some coverage would be nice.
|
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@dotnet/ncl This is ready for final review, I've tested implemented features through Wireshark, and it's working. |
|
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
antonfirsov
left a comment
There was a problem hiding this comment.
Product code LGTM, a few suggestions for the tests.
Co-authored-by: Anton Firszov <antonfir@gmail.com>
|
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
wfurt
left a comment
There was a problem hiding this comment.
LGTM % comments.
Good improvement.
Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com>
|
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Outerloop failures unrelated |
I'm going to create an issue with a list of properties that are not implemented.
I'm still working on the
AllowWriteStreamBufferingproperty, I'll create a follow-up PR for this.Implemented properties from ServicePoint: