Giter Site home page Giter Site logo

Comments (3)

Ellerbach avatar Ellerbach commented on June 1, 2024

Is your URI a SSL one or non SSL?

The only difference between the base class and the HttpClient is on threating the SSL elements:

from home.

patagonaa avatar patagonaa commented on June 1, 2024

Is your URI a SSL one or non SSL?

Non-SSL, but it doesn't really matter

The only difference between the base class and the HttpClient is on threating the SSL elements

I'm talking about

This method sets the request used and handles the BaseAddress, DefaultRequestHeaders, etc.

When just calling HttpClient.Send(HttpRequestMessage) the base classes' method (HttpMessageInvoker.Send(HttpRequest)) is called directly and the setup regarding BaseAddress, DefaultRequestHeaders isn't done. Also, because

SendWorker(HttpRequestMessage, HttpCompletionOption) (the second method you linked) is never called either though, so Timeout, SSL, etc. is not set up either.

from home.

Ellerbach avatar Ellerbach commented on June 1, 2024

OK, I see, right. Now, the key question is what's the best way to fix this?
I think a simple override of Send in the HttpClient class calling the right function with a default on HttpCompletionOption.ResponseHeadersRead.

As for the other issue, as it's community driven, super happy if you think it's a good idea to do this, then happy to review your PR :-)

from home.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.