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 5b51b3f commit 6b5592c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/compiler/lib_src/net_secure.obs
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ if(client->Connect()) {
@cookies_enabled := cookies_enabled;
@cookies := Vector->New()<Cookie>;

@is_debug := true;
# @is_debug := true;
}

#~
Expand All @@ -864,7 +864,7 @@ if(client->Connect()) {

@response_headers := Hash->New()<String, String>;

@is_debug := true;
# @is_debug := true;
}

#~
Expand Down

0 comments on commit 6b5592c

Please sign in to comment.