drogue-iot / drogue-cloud

Cloud Native IoT
https://drogue.io
Apache License 2.0
114 stars 30 forks source link

Patch actix to allow higher TLS timeout for http endpoint #276

Closed lulf closed 2 years ago

lulf commented 2 years ago

I know... patching is not great, but this feels like something that would be great to resolve sooner rather than later. This change sets default to 10 seconds, which is about the same as the default mqtt value.

ctron commented 2 years ago

I was so happy to get rid of all the patches for 0.9 … but, yes. It is necessary :shrug:

ctron commented 2 years ago

@lulf should I rebase and merge this?

lulf commented 2 years ago

I haven't gotten any more feedback on my actix PR, but I guess we can merge it. I can rebase later today