PHP 8.2.31
Preview: compat.rb Size: 912 B
//proc/thread-self/root/opt/alt/ruby22/lib64/ruby/2.2.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 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

Directory Contents

Dirs: 2 × Files: 21

Name Size Perms Modified Actions
httpauth DIR
- drwxr-xr-x 2024-03-03 22:43:14
Edit Download
- drwxr-xr-x 2024-03-03 22:43:14
Edit Download
4.31 KB lrw-r--r-- 2013-12-11 03:58:07
Edit Download
7.97 KB lrw-r--r-- 2013-01-26 01:12:54
Edit Download
912 B lrw-r--r-- 2013-12-06 02:10:11
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-- 2013-05-20 01:40:30
Edit Download
3.33 KB lrw-r--r-- 2011-05-10 23:37:43
Edit Download
9.59 KB lrw-r--r-- 2014-08-08 05:34:48
Edit Download
14.78 KB lrw-r--r-- 2018-03-28 14:47:30
Edit Download
11.83 KB lrw-r--r-- 2018-03-28 14:50:27
Edit Download
1.87 KB lrw-r--r-- 2013-01-26 01:12:54
Edit Download
7.71 KB lrw-r--r-- 2014-05-08 01:17:07
Edit Download
669 B lrw-r--r-- 2009-10-02 10:45:39
Edit Download
5.16 KB lrw-r--r-- 2017-09-14 11:37:47
Edit Download
12.71 KB lrw-r--r-- 2013-05-20 01:40:30
Edit Download
1.57 KB lrw-r--r-- 2013-01-26 01:12:54
Edit Download
3.96 KB lrw-r--r-- 2017-09-14 11:37:47
Edit Download
9.39 KB lrw-r--r-- 2014-11-10 11:05:00
Edit Download
6.69 KB lrw-r--r-- 2014-11-10 11:05:00
Edit Download
5.86 KB lrw-r--r-- 2014-07-02 06:26:02
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).