PHP 8.2.31
Preview: compat.rb Size: 943 B
/proc/thread-self/root/opt/alt/ruby27/share/ruby/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:16
Edit Download
- drwxr-xr-x 2024-03-03 22:47:16
Edit Download
4.33 KB lrw-r--r-- 2023-03-30 12:34:08
Edit Download
8.02 KB lrw-r--r-- 2023-03-30 12:34:08
Edit Download
943 B lrw-r--r-- 2023-03-30 12:34:08
Edit Download
5.70 KB lrw-r--r-- 2023-03-30 12:34:08
Edit Download
3.91 KB lrw-r--r-- 2023-03-30 12:34:08
Edit Download
711 B lrw-r--r-- 2023-03-30 12:34:08
Edit Download
3.36 KB lrw-r--r-- 2023-03-30 12:34:08
Edit Download
10.27 KB lrw-r--r-- 2023-03-30 12:34:08
Edit Download
15.69 KB lrw-r--r-- 2023-03-30 12:34:08
Edit Download
13.24 KB lrw-r--r-- 2023-03-30 12:34:08
Edit Download
3.08 KB lrw-r--r-- 2023-03-30 12:34:08
Edit Download
8.17 KB lrw-r--r-- 2023-03-30 12:34:08
Edit Download
705 B lrw-r--r-- 2023-03-30 12:34:08
Edit Download
5.24 KB lrw-r--r-- 2023-03-30 12:34:08
Edit Download
12.88 KB lrw-r--r-- 2023-03-30 12:34:08
Edit Download
1.60 KB lrw-r--r-- 2023-03-30 12:34:08
Edit Download
3.99 KB lrw-r--r-- 2023-03-30 12:34:08
Edit Download
10.05 KB lrw-r--r-- 2023-03-30 12:34:08
Edit Download
7.23 KB lrw-r--r-- 2023-03-30 12:34:08
Edit Download
6.94 KB lrw-r--r-- 2023-03-30 12:34:08
Edit Download
415 B lrw-r--r-- 2023-03-30 12:34:08
Edit Download

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