-
```
there is no protocol like "'HTTP/1.1" my lighttpd told me (i'm proxying)
@@ -128,7 +135,7 @@
$output =
file_get_contents($file);
…
-
Hi,
I'd like to use "service" with my webservice.
I use https://github.com/facebookgo/grace for graceful shutdown.
-> server waits until connections are closed so no data gets lost.
This only works …
dryaf updated
8 years ago
-
The `value` attribute of a `DOM.input(; type="range") ` and the `index` attribute of a `Slider` are supposed to be of type `Observable{Int}`, but listeners receive an `UInt8`. I would expect they rece…
-
### Description
Vert.x has 3 different thread models, worker, vthreads and standart. For high performance web application api we are using ThreadingModel.VIRTUAL _THREAD. However this model breaks …
-
```
there is no protocol like "'HTTP/1.1" my lighttpd told me (i'm proxying)
@@ -128,7 +135,7 @@
$output =
file_get_contents($file);
…
-
### Basic Infos
- [ ] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md).
- [ ] I have read the documentation at [readthedocs](https://arduin…
-
```
there is no protocol like "'HTTP/1.1" my lighttpd told me (i'm proxying)
@@ -128,7 +135,7 @@
$output =
file_get_contents($file);
…
-
Hi,
Does any one used HttpServer class with enable SSL. see below code. also check debug logs
I am only using on board internal RAM= 512 kb. No external ram.
```
class HttpTask: public Task…
-
```
there is no protocol like "'HTTP/1.1" my lighttpd told me (i'm proxying)
@@ -128,7 +135,7 @@
$output =
file_get_contents($file);
…
-
Body data can only be ready once, hence when we go to read it we will need to wrap the body stream that already exists. This means that from that point onwards, if anyone interacts with the body strea…