Skip to content

Commit

Permalink
working on issue #509 #510
Browse files Browse the repository at this point in the history
  • Loading branch information
objeck committed Feb 8, 2025
1 parent 42a2f59 commit 5b51b3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/compiler/lib_src/net_secure.obs
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ if(client->Connect()) {
"2: write - off={$i}, len={$rest}"->PrintLine();
};

WriteFrame(data, i, rest, 1, false);
WriteFrame(data, i, rest, 0, false);
};

return true;
Expand Down Expand Up @@ -1422,12 +1422,12 @@ if(client->Connect()) {
Gets the last status code
@return last status code
~#
method : public : GetStatus() ~ Int {
method : public : GetStatusCode() ~ Int {
return @status_code;
}

#~
Gets the last status message
Gets the last status message
@return last status message
~#
method : public : GetStatusMessage() ~ String {
Expand Down
Binary file modified docs/api.zip
Binary file not shown.

0 comments on commit 5b51b3f

Please sign in to comment.