waitress-core 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b533d6f4b96752c110c0c6268084aee4516feda9
4
- data.tar.gz: 0a8a08ac734304cd5bdb4f5fc6ba1f747baa4808
3
+ metadata.gz: 61bec41dd394be9dd6aa5baff4d186c31c43d6e3
4
+ data.tar.gz: f4e11e40a4b50397c7db4d58a8b29872c520d5d3
5
5
  SHA512:
6
- metadata.gz: b084cbcf0c8b71102869c3aa4067a8f10c40f03cd02e33520dfe9805c7f6d2d8dc59fc3c6a5844bc3924f87fbdcd75f3c4cdb66853b1f5207119910bdbc69e50
7
- data.tar.gz: 60494c89c5a40ce226373560aaa5a2aef9dbc512090a7308f75daa153cf096df92d596b9aae9f5f741695a717c6b6bf2e9123441d1cbfdfba93adb0cd57b2a84
6
+ metadata.gz: 1848048ee5ddecd831b8c3c4e2339762e0a0e1e49c5846087115487d72d42dde4d390fdc18a9511b50e5499dc2cfaf03b7c442673fe611835d89e3eb43517565
7
+ data.tar.gz: bd2b4cc0aae4ad4a1127a600597af570d593f4f217894bc6a6e2a18c197876843837473dd8145853bd042b3a6f8de333cc5f58129eaa23d5e52bc02303f86795
@@ -86,6 +86,8 @@ module Waitress
86
86
  data << ch
87
87
  end
88
88
  end
89
+ rescue EOFError, Errno::ECONNRESET, Errno::EPIPE, Errno::EINVAL, Errno::EBADF
90
+ client_socket.close rescue nil
89
91
  rescue => e
90
92
  puts "Client Error: #{e}"
91
93
  puts e.backtrace
@@ -1,3 +1,3 @@
1
1
  module Waitress
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waitress-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jaci Brunning