Matter fix unchunked requests for OpenBK (#18803)

This commit is contained in:
s-hadinger 2023-06-06 15:13:13 +02:00 committed by GitHub
parent a0a1b89dfb
commit 18c2bc8320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 670 additions and 628 deletions

View File

@ -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