mirror of https://github.com/arendst/Tasmota.git
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
|
||||
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
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue