PHP 8.2.31
Preview: compat.rb Size: 943 B
/proc/thread-self/root/opt/alt/ruby23/lib64/ruby/2.3.0/webrick/compat.rb

# 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

Directory Contents

Dirs: 2 × Files: 21

Name Size Perms Modified Actions
httpauth DIR
- drwxr-xr-x 2024-03-03 22:43:21
Edit Download
- drwxr-xr-x 2024-03-03 22:43:21
Edit Download
4.34 KB lrw-r--r-- 2015-12-16 05:07:31
Edit Download
8.00 KB lrw-r--r-- 2015-12-16 05:07:31
Edit Download
943 B lrw-r--r-- 2015-12-16 05:07:31
Edit Download
5.59 KB lrw-r--r-- 2015-12-16 05:07:31
Edit Download
3.91 KB lrw-r--r-- 2015-12-16 05:07:31
Edit Download
711 B lrw-r--r-- 2015-12-16 05:07:31
Edit Download
3.36 KB lrw-r--r-- 2015-12-16 05:07:31
Edit Download
9.62 KB lrw-r--r-- 2015-12-16 05:07:31
Edit Download
14.81 KB lrw-r--r-- 2018-03-28 09:13:59
Edit Download
11.86 KB lrw-r--r-- 2018-03-28 14:13:08
Edit Download
1.90 KB lrw-r--r-- 2015-12-16 05:07:31
Edit Download
7.75 KB lrw-r--r-- 2017-12-14 13:36:50
Edit Download
700 B lrw-r--r-- 2015-12-16 05:07:31
Edit Download
5.19 KB lrw-r--r-- 2017-09-14 11:26:53
Edit Download
12.74 KB lrw-r--r-- 2015-12-16 05:07:31
Edit Download
1.60 KB lrw-r--r-- 2015-12-16 05:07:31
Edit Download
3.99 KB lrw-r--r-- 2017-09-14 11:26:53
Edit Download
10.49 KB lrw-r--r-- 2017-12-14 13:33:54
Edit Download
6.71 KB lrw-r--r-- 2015-12-16 05:07:31
Edit Download
6.37 KB lrw-r--r-- 2015-12-19 08:16:54
Edit Download
415 B lrw-r--r-- 2015-12-16 05:07:31
Edit Download

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