PHP 8.2.31
Preview: compat.rb Size: 912 B
//proc/thread-self/root/opt/alt/ruby20/lib64/ruby/2.0.0/webrick/compat.rb

#
# 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 compatability.
#
# 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

Directory Contents

Dirs: 2 × Files: 21

Name Size Perms Modified Actions
httpauth DIR
- drwxr-xr-x 2024-03-03 22:43:33
Edit Download
- drwxr-xr-x 2024-03-03 22:43:33
Edit Download
4.31 KB lrw-r--r-- 2013-01-26 01:12:54
Edit Download
7.97 KB lrw-r--r-- 2013-01-26 01:12:54
Edit Download
912 B lrw-r--r-- 2011-05-17 20:29:58
Edit Download
5.56 KB lrw-r--r-- 2013-01-26 01:12:54
Edit Download
3.88 KB lrw-r--r-- 2013-01-26 02:31:43
Edit Download
680 B lrw-r--r-- 2014-02-16 16:56:01
Edit Download
3.33 KB lrw-r--r-- 2011-05-10 23:37:43
Edit Download
9.65 KB lrw-r--r-- 2013-03-24 16:27:10
Edit Download
14.33 KB lrw-r--r-- 2013-12-24 15:46:01
Edit Download
10.56 KB lrw-r--r-- 2013-01-26 01:12:54
Edit Download
1.87 KB lrw-r--r-- 2013-01-26 01:12:54
Edit Download
7.69 KB lrw-r--r-- 2013-01-26 01:12:54
Edit Download
669 B lrw-r--r-- 2009-10-02 10:45:39
Edit Download
5.26 KB lrw-r--r-- 2012-08-21 04:50:18
Edit Download
12.71 KB lrw-r--r-- 2014-02-16 16:56:01
Edit Download
1.57 KB lrw-r--r-- 2013-01-26 01:12:54
Edit Download
3.92 KB lrw-r--r-- 2013-01-26 01:12:54
Edit Download
8.42 KB lrw-r--r-- 2013-01-26 01:12:54
Edit Download
6.67 KB lrw-r--r-- 2013-01-26 01:12:54
Edit Download
6.44 KB lrw-r--r-- 2013-01-26 01:12:54
Edit Download
384 B lrw-r--r-- 2013-01-26 01:12:54
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).