PHP 8.2.31
Preview: compat.rb Size: 943 B
/proc/thread-self/root/opt/alt/ruby25/lib64/ruby/2.5.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:47:46
Edit Download
- drwxr-xr-x 2024-03-03 22:47:46
Edit Download
4.34 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
8.06 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
943 B lrw-r--r-- 2021-04-05 11:46:35
Edit Download
5.69 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
3.91 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
711 B lrw-r--r-- 2021-04-05 11:46:35
Edit Download
3.36 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
9.60 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
14.89 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
11.80 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
3.07 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
7.75 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
700 B lrw-r--r-- 2021-04-05 11:46:35
Edit Download
5.24 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
12.91 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
1.60 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
3.99 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
10.04 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
7.27 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
6.94 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
417 B lrw-r--r-- 2021-04-05 11:46:35
Edit Download

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