mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-12 13:26:31 +00:00
Matter fix unchunked requests for OpenBK (#18803)
This commit is contained in:
parent
a0a1b89dfb
commit
18c2bc8320
@ -374,6 +374,12 @@ class Matter_HTTP_async : Matter_TCP_async
|
|||||||
#
|
#
|
||||||
# Transaction finished sucessfully, result in self.payload
|
# Transaction finished sucessfully, result in self.payload
|
||||||
def event_http_finished() end
|
def event_http_finished() end
|
||||||
|
def event_closed()
|
||||||
|
if self.http_status == 0
|
||||||
|
self.http_status = 1
|
||||||
|
self.event_http_finished()
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
# event_http_failed
|
# event_http_failed
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user