-
### Library name and version
Azure.Monitor.OpenTelemetry.AspNetCore 1.2.0
### Query/Question
I am trying to instrument a library so it adds dependency tracking when used in the application.
Look…
-
Hi Folks!
*HttpKit Version*: `v2.6.0`
When there is an exception on the `callback` function from `http/request` the exception will always be printed using [HttpUtil/printError](https://github.co…
-
### Description
Using Microsoft.Extensions.Http.Resilience 8.6.0
When adding HttpClient to the services container this works, and produces a client that can be retrieved by name, and with the asso…
-
if an actor exceeds time limit, hanging thread is stopped and no new thread is created, so i need to restart worker manually before active threads is going out of stock. Is this expected behaviour?
…
-
Concurrent requests are getting hung. Here's a sample code that I am using to test concurrent requests.
```
import aiohttp
import asyncio
async def fetch(session, url):
async with session…
-
I see in the [tests](https://github.com/bytecodealliance/ComponentizeJS/blob/main/test/builtins/globals.js) that the global `Request`/`Response`/`Headers` objects are available, and I can create `Head…
-
I noticed when InsecureSkipVerify is set to false, only the first request is verified and takes extra time for the TLSHandshake. Every request after is the same regardless of InsecureSkipVerify value.…
-
When an error occurs in the `onRequest` hook, the error is not shown in the console and no request is send.
I would expect an error that occurs in the hook to still be shown in the console.
The fo…
wagpa updated
2 months ago
-
When using Postman (or one's browser) if you try the following URL, `https://httpstat.us/307`, you get redirected to the sites main page. Even though most of other 300's work.
-
Hi Chris,
I keep finding more uses for your interesting projects. :) A few days ago I rediscovered your article http://nullprogram.com/blog/2013/01/14/ and it hit me yesterday that that might mak…