snowflake/client/lib
Cecylia Bocovich 0d8bd159ec
Have SnowflakeConn.Close() return errors
Return an error if the connection was already closed. On the first
close, return an error if any of the calls inside Close() returned an
error in this order:
- smux.Stream.Close()
- pconn.Close()
- smux.Session.Close()
2024-10-29 14:58:01 -04:00
..
interfaces.go Change package name and add a package comment 2021-10-04 10:17:37 -04:00
lib_test.go Move the development to gitlab 2023-05-31 10:01:47 +02:00
peers.go Perform SnowflakeConn.Close() logic only once 2024-10-29 14:58:01 -04:00
rendezvous.go Use %w, not %v, in fmt.Errorf, so errors can be unwrapped. 2024-08-21 17:00:18 -04:00
rendezvous_ampcache.go refactor: change deprecated "io/ioutil" package to recommended "io" package 2024-02-17 12:47:22 +01:00
rendezvous_http.go refactor: change deprecated "io/ioutil" package to recommended "io" package 2024-02-17 12:47:22 +01:00
rendezvous_sqs.go Switch to sqscreds param for passing in SQS credentials 2024-03-09 13:35:16 -05:00
rendezvous_test.go test(client): add test for BrokerChannel 2024-09-08 14:50:08 +04:00
snowflake.go Have SnowflakeConn.Close() return errors 2024-10-29 14:58:01 -04:00
turbotunnel.go Have encapsulation.ReadData return an error when the buffer is short. 2023-11-07 05:51:35 +00:00
util.go change bandwidth type from int to int64 to prevent overflow 2022-11-21 10:33:21 -05:00
webrtc.go broker and proxy must not reject client offers with no ICE candidates 2024-10-17 15:46:02 -04:00