Sha256: adc9c4965b39279dfd064f39163766375a184d62c097b877bc051c0c39e4752d

Contents?: true

Size: 943 Bytes

Versions: 33

Compression:

Stored size: 943 Bytes

Contents

# frozen_string_literal: false
#
# compat.rb -- cross platform compatibility
#
# Author: IPR -- Internet Programming with Ruby -- writers
# Copyright (c) 2002 GOTOU Yuuzou
# Copyright (c) 2002 Internet Programming with Ruby writers. All rights
# reserved.
#
# $IPR: compat.rb,v 1.6 2002/10/01 17:16:32 gotoyuzo Exp $

##
# System call error module used by webrick for cross platform compatibility.
#
# EPROTO:: protocol error
# ECONNRESET:: remote host reset the connection request
# ECONNABORTED:: Client sent TCP reset (RST) before server has accepted the
#                connection requested by client.
#
module Errno
  ##
  # Protocol error.

  class EPROTO       < SystemCallError; end

  ##
  # Remote host reset the connection request.

  class ECONNRESET   < SystemCallError; end

  ##
  # Client sent TCP reset (RST) before server has accepted the connection
  # requested by client.

  class ECONNABORTED < SystemCallError; end
end

Version data entries

33 entries across 27 versions & 6 rubygems

Version Path
rubypitaya-3.12.5 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/webrick-1.7.0/lib/webrick/compat.rb
devcycle-ruby-server-sdk-2.0.0 vendor/bundle/ruby/3.0.0/gems/webrick-1.7.0/lib/webrick/compat.rb
rubypitaya-3.12.4 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/webrick-1.7.0/lib/webrick/compat.rb
rubypitaya-3.12.3 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/webrick-1.7.0/lib/webrick/compat.rb
rubypitaya-3.12.2 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/webrick-1.7.0/lib/webrick/compat.rb
tdiary-5.2.4 vendor/bundle/ruby/3.1.0/gems/webrick-1.7.0/lib/webrick/compat.rb
tdiary-5.2.3 vendor/bundle/ruby/3.1.0/gems/webrick-1.7.0/lib/webrick/compat.rb
tdiary-5.2.2 vendor/bundle/ruby/3.1.0/gems/webrick-1.7.0/lib/webrick/compat.rb
tdiary-5.2.1 vendor/bundle/ruby/3.1.0/gems/webrick-1.7.0/lib/webrick/compat.rb
vagrant-unbundled-2.2.19.0 vendor/bundle/ruby/3.0.0/gems/webrick-1.7.0/lib/webrick/compat.rb
tdiary-5.2.0 vendor/bundle/ruby/2.7.0/gems/webrick-1.7.0/lib/webrick/compat.rb
tdiary-5.2.0 vendor/bundle/ruby/3.0.0/gems/webrick-1.7.0/lib/webrick/compat.rb
vagrant-unbundled-2.2.18.0 vendor/bundle/ruby/3.0.0/gems/webrick-1.7.0/lib/webrick/compat.rb
tdiary-5.1.7 vendor/bundle/ruby/3.0.0/gems/webrick-1.7.0/lib/webrick/compat.rb
tdiary-5.1.7 vendor/bundle/ruby/2.7.0/gems/webrick-1.7.0/lib/webrick/compat.rb
tdiary-5.1.6 vendor/bundle/ruby/3.0.0/gems/webrick-1.7.0/lib/webrick/compat.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/2.7.0/gems/webrick-1.7.0/lib/webrick/compat.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/webrick-1.7.0/lib/webrick/compat.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/webrick-1.7.0/lib/webrick/compat.rb
tdiary-5.1.5 vendor/bundle/ruby/2.7.0/gems/webrick-1.7.0/lib/webrick/compat.rb