Skip to content

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Das Idiot committed Jun 9, 2024
1 parent 1e21f58 commit 0c861ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion vlib/net/openssl/ssl_connection.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub fn (mut s SSLConn) close() ! {
// shutdown closes the ssl connection and does cleanup
pub fn (mut s SSLConn) shutdown() ! {
$if trace_ssl ? {
eprintln(@METHODclose)
eprintln(@METHOD)
}

if s.ssl != 0 {
Expand Down
2 changes: 0 additions & 2 deletions vlib/net/socks/socks5_test.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module socks

import net

fn ipv4_socks() ! {
mut v := socks5_dial('127.0.0.1:9150', '1.1.1.1:80', '', '')!
assert v != unsafe { nil }
Expand Down

0 comments on commit 0c861ac

Please sign in to comment.