|
|
- File not exists: /home/alpcentaur/ProjektA/PermApp/favicon.ico
- oleola <ref *2> IncomingMessage {
- _readableState: ReadableState {
- objectMode: false,
- highWaterMark: 16384,
- buffer: BufferList { head: null, tail: null, length: 0 },
- length: 0,
- pipes: [],
- flowing: null,
- ended: false,
- endEmitted: false,
- reading: false,
- sync: true,
- needReadable: false,
- emittedReadable: false,
- readableListening: false,
- resumeScheduled: false,
- errorEmitted: false,
- emitClose: true,
- autoDestroy: false,
- destroyed: false,
- errored: false,
- closed: false,
- closeEmitted: false,
- defaultEncoding: 'utf8',
- awaitDrainWriters: null,
- multiAwaitDrain: false,
- readingMore: true,
- decoder: null,
- encoding: null,
- [Symbol(kPaused)]: null
- },
- _events: [Object: null prototype] {},
- _eventsCount: 0,
- _maxListeners: undefined,
- socket: <ref *1> Socket {
- connecting: false,
- _hadError: false,
- _parent: null,
- _host: null,
- _readableState: ReadableState {
- objectMode: false,
- highWaterMark: 16384,
- buffer: BufferList { head: null, tail: null, length: 0 },
- length: 0,
- pipes: [],
- flowing: true,
- ended: false,
- endEmitted: false,
- reading: true,
- sync: false,
- needReadable: true,
- emittedReadable: false,
- readableListening: false,
- resumeScheduled: false,
- errorEmitted: false,
- emitClose: false,
- autoDestroy: false,
- destroyed: false,
- errored: false,
- closed: false,
- closeEmitted: false,
- defaultEncoding: 'utf8',
- awaitDrainWriters: null,
- multiAwaitDrain: false,
- readingMore: false,
- decoder: null,
- encoding: null,
- [Symbol(kPaused)]: false
- },
- _events: [Object: null prototype] {
- end: [Array],
- timeout: [Function: socketOnTimeout],
- data: [Function: bound socketOnData],
- error: [Function: socketOnError],
- close: [Array],
- drain: [Function: bound socketOnDrain],
- resume: [Function: onSocketResume],
- pause: [Function: onSocketPause]
- },
- _eventsCount: 8,
- _maxListeners: undefined,
- _writableState: WritableState {
- objectMode: false,
- highWaterMark: 16384,
- finalCalled: false,
- needDrain: false,
- ending: false,
- ended: false,
- finished: false,
- destroyed: false,
- decodeStrings: false,
- defaultEncoding: 'utf8',
- length: 0,
- writing: false,
- corked: 0,
- sync: false,
- bufferProcessing: false,
- onwrite: [Function: bound onwrite],
- writecb: null,
- writelen: 0,
- afterWriteTickInfo: null,
- buffered: [],
- bufferedIndex: 0,
- allBuffers: true,
- allNoop: true,
- pendingcb: 0,
- prefinished: false,
- errorEmitted: false,
- emitClose: false,
- autoDestroy: false,
- errored: false,
- closed: false
- },
- allowHalfOpen: true,
- _sockname: null,
- _pendingData: null,
- _pendingEncoding: '',
- server: Server {
- maxHeaderSize: undefined,
- insecureHTTPParser: undefined,
- _events: [Object: null prototype],
- _eventsCount: 2,
- _maxListeners: undefined,
- _connections: 2,
- _handle: [TCP],
- _usingWorkers: false,
- _workers: [],
- _unref: false,
- allowHalfOpen: true,
- pauseOnConnect: false,
- httpAllowHalfOpen: false,
- timeout: 0,
- keepAliveTimeout: 5000,
- maxHeadersCount: null,
- headersTimeout: 60000,
- _connectionKey: '6::::5000',
- [Symbol(IncomingMessage)]: [Function: IncomingMessage],
- [Symbol(ServerResponse)]: [Function: ServerResponse],
- [Symbol(kCapture)]: false,
- [Symbol(async_id_symbol)]: 2
- },
- _server: Server {
- maxHeaderSize: undefined,
- insecureHTTPParser: undefined,
- _events: [Object: null prototype],
- _eventsCount: 2,
- _maxListeners: undefined,
- _connections: 2,
- _handle: [TCP],
- _usingWorkers: false,
- _workers: [],
- _unref: false,
- allowHalfOpen: true,
- pauseOnConnect: false,
- httpAllowHalfOpen: false,
- timeout: 0,
- keepAliveTimeout: 5000,
- maxHeadersCount: null,
- headersTimeout: 60000,
- _connectionKey: '6::::5000',
- [Symbol(IncomingMessage)]: [Function: IncomingMessage],
- [Symbol(ServerResponse)]: [Function: ServerResponse],
- [Symbol(kCapture)]: false,
- [Symbol(async_id_symbol)]: 2
- },
- parser: HTTPParser {
- '0': [Function: parserOnHeaders],
- '1': [Function: parserOnHeadersComplete],
- '2': [Function: parserOnBody],
- '3': [Function: parserOnMessageComplete],
- '4': [Function: bound onParserExecute],
- '5': [Function: bound onParserTimeout],
- _headers: [],
- _url: '',
- socket: [Circular *1],
- incoming: [Circular *2],
- outgoing: null,
- maxHeaderPairs: 2000,
- _consumed: true,
- onIncoming: [Function: bound parserOnIncoming],
- [Symbol(resource_symbol)]: [HTTPServerAsyncResource]
- },
- on: [Function: socketListenerWrap],
- addListener: [Function: socketListenerWrap],
- prependListener: [Function: socketListenerWrap],
- _paused: false,
- _httpMessage: ServerResponse {
- _events: [Object: null prototype],
- _eventsCount: 5,
- _maxListeners: undefined,
- outputData: [],
- outputSize: 0,
- writable: true,
- destroyed: false,
- _last: false,
- chunkedEncoding: true,
- shouldKeepAlive: true,
- useChunkedEncodingByDefault: true,
- sendDate: true,
- _removedConnection: false,
- _removedContLen: false,
- _removedTE: false,
- _contentLength: null,
- _hasBody: true,
- _trailer: '',
- finished: false,
- _headerSent: false,
- socket: [Circular *1],
- _header: 'HTTP/1.1 200 OK\r\n' +
- 'Content-Type: text/plain\r\n' +
- 'Date: Tue, 03 Nov 2020 11:11:59 GMT\r\n' +
- 'Connection: keep-alive\r\n' +
- 'Keep-Alive: timeout=5\r\n' +
- 'Transfer-Encoding: chunked\r\n' +
- '\r\n',
- _keepAliveTimeout: 5000,
- _onPendingData: [Function: bound updateOutgoingData],
- _sent100: false,
- _expect_continue: false,
- statusMessage: 'OK',
- statusCode: 200,
- [Symbol(kCapture)]: false,
- [Symbol(kNeedDrain)]: false,
- [Symbol(corked)]: 0,
- [Symbol(kOutHeaders)]: null
- },
- timeout: 0,
- [Symbol(async_id_symbol)]: 4,
- [Symbol(kHandle)]: TCP {
- reading: true,
- onconnection: null,
- _consumed: true,
- [Symbol(owner_symbol)]: [Circular *1]
- },
- [Symbol(kSetNoDelay)]: false,
- [Symbol(lastWriteQueueSize)]: 0,
- [Symbol(timeout)]: Timeout {
- _idleTimeout: -1,
- _idlePrev: null,
- _idleNext: null,
- _idleStart: 4823,
- _onTimeout: null,
- _timerArgs: undefined,
- _repeat: null,
- _destroyed: true,
- [Symbol(refed)]: false,
- [Symbol(asyncId)]: 221,
- [Symbol(triggerId)]: 218
- },
- [Symbol(kBuffer)]: null,
- [Symbol(kBufferCb)]: null,
- [Symbol(kBufferGen)]: null,
- [Symbol(kCapture)]: false,
- [Symbol(kBytesRead)]: 0,
- [Symbol(kBytesWritten)]: 0
- },
- httpVersionMajor: 1,
- httpVersionMinor: 1,
- httpVersion: '1.1',
- complete: false,
- headers: {
- host: 'localhost:5000',
- 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:79.0) Gecko/20100101 Firefox/79.0',
- accept: '*/*',
- 'accept-language': 'en-US,en;q=0.5',
- 'accept-encoding': 'gzip, deflate',
- 'content-type': 'text/plain;charset=UTF-8',
- 'content-length': '11',
- origin: 'http://localhost:5000',
- dnt: '1',
- connection: 'keep-alive',
- referer: 'http://localhost:5000/',
- 'sec-gpc': '1'
- },
- rawHeaders: [
- 'Host',
- 'localhost:5000',
- 'User-Agent',
- 'Mozilla/5.0 (X11; Linux x86_64; rv:79.0) Gecko/20100101 Firefox/79.0',
- 'Accept',
- '*/*',
- 'Accept-Language',
- 'en-US,en;q=0.5',
- 'Accept-Encoding',
- 'gzip, deflate',
- 'Content-Type',
- 'text/plain;charset=UTF-8',
- 'Content-Length',
- '11',
- 'Origin',
- 'http://localhost:5000',
- 'DNT',
- '1',
- 'Connection',
- 'keep-alive',
- 'Referer',
- 'http://localhost:5000/',
- 'Sec-GPC',
- '1'
- ],
- trailers: {},
- rawTrailers: [],
- aborted: false,
- upgrade: false,
- url: '/public/data.json',
- method: 'POST',
- statusCode: null,
- statusMessage: null,
- client: <ref *1> Socket {
- connecting: false,
- _hadError: false,
- _parent: null,
- _host: null,
- _readableState: ReadableState {
- objectMode: false,
- highWaterMark: 16384,
- buffer: BufferList { head: null, tail: null, length: 0 },
- length: 0,
- pipes: [],
- flowing: true,
- ended: false,
- endEmitted: false,
- reading: true,
- sync: false,
- needReadable: true,
- emittedReadable: false,
- readableListening: false,
- resumeScheduled: false,
- errorEmitted: false,
- emitClose: false,
- autoDestroy: false,
- destroyed: false,
- errored: false,
- closed: false,
- closeEmitted: false,
- defaultEncoding: 'utf8',
- awaitDrainWriters: null,
- multiAwaitDrain: false,
- readingMore: false,
- decoder: null,
- encoding: null,
- [Symbol(kPaused)]: false
- },
- _events: [Object: null prototype] {
- end: [Array],
- timeout: [Function: socketOnTimeout],
- data: [Function: bound socketOnData],
- error: [Function: socketOnError],
- close: [Array],
- drain: [Function: bound socketOnDrain],
- resume: [Function: onSocketResume],
- pause: [Function: onSocketPause]
- },
- _eventsCount: 8,
- _maxListeners: undefined,
- _writableState: WritableState {
- objectMode: false,
- highWaterMark: 16384,
- finalCalled: false,
- needDrain: false,
- ending: false,
- ended: false,
- finished: false,
- destroyed: false,
- decodeStrings: false,
- defaultEncoding: 'utf8',
- length: 0,
- writing: false,
- corked: 0,
- sync: false,
- bufferProcessing: false,
- onwrite: [Function: bound onwrite],
- writecb: null,
- writelen: 0,
- afterWriteTickInfo: null,
- buffered: [],
- bufferedIndex: 0,
- allBuffers: true,
- allNoop: true,
- pendingcb: 0,
- prefinished: false,
- errorEmitted: false,
- emitClose: false,
- autoDestroy: false,
- errored: false,
- closed: false
- },
- allowHalfOpen: true,
- _sockname: null,
- _pendingData: null,
- _pendingEncoding: '',
- server: Server {
- maxHeaderSize: undefined,
- insecureHTTPParser: undefined,
- _events: [Object: null prototype],
- _eventsCount: 2,
- _maxListeners: undefined,
- _connections: 2,
- _handle: [TCP],
- _usingWorkers: false,
- _workers: [],
- _unref: false,
- allowHalfOpen: true,
- pauseOnConnect: false,
- httpAllowHalfOpen: false,
- timeout: 0,
- keepAliveTimeout: 5000,
- maxHeadersCount: null,
- headersTimeout: 60000,
- _connectionKey: '6::::5000',
- [Symbol(IncomingMessage)]: [Function: IncomingMessage],
- [Symbol(ServerResponse)]: [Function: ServerResponse],
- [Symbol(kCapture)]: false,
- [Symbol(async_id_symbol)]: 2
- },
- _server: Server {
- maxHeaderSize: undefined,
- insecureHTTPParser: undefined,
- _events: [Object: null prototype],
- _eventsCount: 2,
- _maxListeners: undefined,
- _connections: 2,
- _handle: [TCP],
- _usingWorkers: false,
- _workers: [],
- _unref: false,
- allowHalfOpen: true,
- pauseOnConnect: false,
- httpAllowHalfOpen: false,
- timeout: 0,
- keepAliveTimeout: 5000,
- maxHeadersCount: null,
- headersTimeout: 60000,
- _connectionKey: '6::::5000',
- [Symbol(IncomingMessage)]: [Function: IncomingMessage],
- [Symbol(ServerResponse)]: [Function: ServerResponse],
- [Symbol(kCapture)]: false,
- [Symbol(async_id_symbol)]: 2
- },
- parser: HTTPParser {
- '0': [Function: parserOnHeaders],
- '1': [Function: parserOnHeadersComplete],
- '2': [Function: parserOnBody],
- '3': [Function: parserOnMessageComplete],
- '4': [Function: bound onParserExecute],
- '5': [Function: bound onParserTimeout],
- _headers: [],
- _url: '',
- socket: [Circular *1],
- incoming: [Circular *2],
- outgoing: null,
- maxHeaderPairs: 2000,
- _consumed: true,
- onIncoming: [Function: bound parserOnIncoming],
- [Symbol(resource_symbol)]: [HTTPServerAsyncResource]
- },
- on: [Function: socketListenerWrap],
- addListener: [Function: socketListenerWrap],
- prependListener: [Function: socketListenerWrap],
- _paused: false,
- _httpMessage: ServerResponse {
- _events: [Object: null prototype],
- _eventsCount: 5,
- _maxListeners: undefined,
- outputData: [],
- outputSize: 0,
- writable: true,
- destroyed: false,
- _last: false,
- chunkedEncoding: true,
- shouldKeepAlive: true,
- useChunkedEncodingByDefault: true,
- sendDate: true,
- _removedConnection: false,
- _removedContLen: false,
- _removedTE: false,
- _contentLength: null,
- _hasBody: true,
- _trailer: '',
- finished: false,
- _headerSent: false,
- socket: [Circular *1],
- _header: 'HTTP/1.1 200 OK\r\n' +
- 'Content-Type: text/plain\r\n' +
- 'Date: Tue, 03 Nov 2020 11:11:59 GMT\r\n' +
- 'Connection: keep-alive\r\n' +
- 'Keep-Alive: timeout=5\r\n' +
- 'Transfer-Encoding: chunked\r\n' +
- '\r\n',
- _keepAliveTimeout: 5000,
- _onPendingData: [Function: bound updateOutgoingData],
- _sent100: false,
- _expect_continue: false,
- statusMessage: 'OK',
- statusCode: 200,
- [Symbol(kCapture)]: false,
- [Symbol(kNeedDrain)]: false,
- [Symbol(corked)]: 0,
- [Symbol(kOutHeaders)]: null
- },
- timeout: 0,
- [Symbol(async_id_symbol)]: 4,
- [Symbol(kHandle)]: TCP {
- reading: true,
- onconnection: null,
- _consumed: true,
- [Symbol(owner_symbol)]: [Circular *1]
- },
- [Symbol(kSetNoDelay)]: false,
- [Symbol(lastWriteQueueSize)]: 0,
- [Symbol(timeout)]: Timeout {
- _idleTimeout: -1,
- _idlePrev: null,
- _idleNext: null,
- _idleStart: 4823,
- _onTimeout: null,
- _timerArgs: undefined,
- _repeat: null,
- _destroyed: true,
- [Symbol(refed)]: false,
- [Symbol(asyncId)]: 221,
- [Symbol(triggerId)]: 218
- },
- [Symbol(kBuffer)]: null,
- [Symbol(kBufferCb)]: null,
- [Symbol(kBufferGen)]: null,
- [Symbol(kCapture)]: false,
- [Symbol(kBytesRead)]: 0,
- [Symbol(kBytesWritten)]: 0
- },
- _consuming: false,
- _dumped: false,
- [Symbol(kCapture)]: false
- } <ref *2> ServerResponse {
- _events: [Object: null prototype] {
- finish: [ [Function: bound resOnFinish], [Function] ],
- unpipe: [Function: onunpipe],
- error: [Function: onerror],
- close: [Function: bound onceWrapper] { listener: [Function: onclose] },
- data: [Function (anonymous)]
- },
- _eventsCount: 5,
- _maxListeners: undefined,
- outputData: [],
- outputSize: 0,
- writable: true,
- destroyed: false,
- _last: false,
- chunkedEncoding: true,
- shouldKeepAlive: true,
- useChunkedEncodingByDefault: true,
- sendDate: true,
- _removedConnection: false,
- _removedContLen: false,
- _removedTE: false,
- _contentLength: null,
- _hasBody: true,
- _trailer: '',
- finished: false,
- _headerSent: false,
- socket: <ref *1> Socket {
- connecting: false,
- _hadError: false,
- _parent: null,
- _host: null,
- _readableState: ReadableState {
- objectMode: false,
- highWaterMark: 16384,
- buffer: BufferList { head: null, tail: null, length: 0 },
- length: 0,
- pipes: [],
- flowing: true,
- ended: false,
- endEmitted: false,
- reading: true,
- sync: false,
- needReadable: true,
- emittedReadable: false,
- readableListening: false,
- resumeScheduled: false,
- errorEmitted: false,
- emitClose: false,
- autoDestroy: false,
- destroyed: false,
- errored: false,
- closed: false,
- closeEmitted: false,
- defaultEncoding: 'utf8',
- awaitDrainWriters: null,
- multiAwaitDrain: false,
- readingMore: false,
- decoder: null,
- encoding: null,
- [Symbol(kPaused)]: false
- },
- _events: [Object: null prototype] {
- end: [Array],
- timeout: [Function: socketOnTimeout],
- data: [Function: bound socketOnData],
- error: [Function: socketOnError],
- close: [Array],
- drain: [Function: bound socketOnDrain],
- resume: [Function: onSocketResume],
- pause: [Function: onSocketPause]
- },
- _eventsCount: 8,
- _maxListeners: undefined,
- _writableState: WritableState {
- objectMode: false,
- highWaterMark: 16384,
- finalCalled: false,
- needDrain: false,
- ending: false,
- ended: false,
- finished: false,
- destroyed: false,
- decodeStrings: false,
- defaultEncoding: 'utf8',
- length: 0,
- writing: false,
- corked: 0,
- sync: false,
- bufferProcessing: false,
- onwrite: [Function: bound onwrite],
- writecb: null,
- writelen: 0,
- afterWriteTickInfo: null,
- buffered: [],
- bufferedIndex: 0,
- allBuffers: true,
- allNoop: true,
- pendingcb: 0,
- prefinished: false,
- errorEmitted: false,
- emitClose: false,
- autoDestroy: false,
- errored: false,
- closed: false
- },
- allowHalfOpen: true,
- _sockname: null,
- _pendingData: null,
- _pendingEncoding: '',
- server: Server {
- maxHeaderSize: undefined,
- insecureHTTPParser: undefined,
- _events: [Object: null prototype],
- _eventsCount: 2,
- _maxListeners: undefined,
- _connections: 2,
- _handle: [TCP],
- _usingWorkers: false,
- _workers: [],
- _unref: false,
- allowHalfOpen: true,
- pauseOnConnect: false,
- httpAllowHalfOpen: false,
- timeout: 0,
- keepAliveTimeout: 5000,
- maxHeadersCount: null,
- headersTimeout: 60000,
- _connectionKey: '6::::5000',
- [Symbol(IncomingMessage)]: [Function: IncomingMessage],
- [Symbol(ServerResponse)]: [Function: ServerResponse],
- [Symbol(kCapture)]: false,
- [Symbol(async_id_symbol)]: 2
- },
- _server: Server {
- maxHeaderSize: undefined,
- insecureHTTPParser: undefined,
- _events: [Object: null prototype],
- _eventsCount: 2,
- _maxListeners: undefined,
- _connections: 2,
- _handle: [TCP],
- _usingWorkers: false,
- _workers: [],
- _unref: false,
- allowHalfOpen: true,
- pauseOnConnect: false,
- httpAllowHalfOpen: false,
- timeout: 0,
- keepAliveTimeout: 5000,
- maxHeadersCount: null,
- headersTimeout: 60000,
- _connectionKey: '6::::5000',
- [Symbol(IncomingMessage)]: [Function: IncomingMessage],
- [Symbol(ServerResponse)]: [Function: ServerResponse],
- [Symbol(kCapture)]: false,
- [Symbol(async_id_symbol)]: 2
- },
- parser: HTTPParser {
- '0': [Function: parserOnHeaders],
- '1': [Function: parserOnHeadersComplete],
- '2': [Function: parserOnBody],
- '3': [Function: parserOnMessageComplete],
- '4': [Function: bound onParserExecute],
- '5': [Function: bound onParserTimeout],
- _headers: [],
- _url: '',
- socket: [Circular *1],
- incoming: [IncomingMessage],
- outgoing: null,
- maxHeaderPairs: 2000,
- _consumed: true,
- onIncoming: [Function: bound parserOnIncoming],
- [Symbol(resource_symbol)]: [HTTPServerAsyncResource]
- },
- on: [Function: socketListenerWrap],
- addListener: [Function: socketListenerWrap],
- prependListener: [Function: socketListenerWrap],
- _paused: false,
- _httpMessage: [Circular *2],
- timeout: 0,
- [Symbol(async_id_symbol)]: 4,
- [Symbol(kHandle)]: TCP {
- reading: true,
- onconnection: null,
- _consumed: true,
- [Symbol(owner_symbol)]: [Circular *1]
- },
- [Symbol(kSetNoDelay)]: false,
- [Symbol(lastWriteQueueSize)]: 0,
- [Symbol(timeout)]: Timeout {
- _idleTimeout: -1,
- _idlePrev: null,
- _idleNext: null,
- _idleStart: 4823,
- _onTimeout: null,
- _timerArgs: undefined,
- _repeat: null,
- _destroyed: true,
- [Symbol(refed)]: false,
- [Symbol(asyncId)]: 221,
- [Symbol(triggerId)]: 218
- },
- [Symbol(kBuffer)]: null,
- [Symbol(kBufferCb)]: null,
- [Symbol(kBufferGen)]: null,
- [Symbol(kCapture)]: false,
- [Symbol(kBytesRead)]: 0,
- [Symbol(kBytesWritten)]: 0
- },
- _header: 'HTTP/1.1 200 OK\r\n' +
- 'Content-Type: text/plain\r\n' +
- 'Date: Tue, 03 Nov 2020 11:11:59 GMT\r\n' +
- 'Connection: keep-alive\r\n' +
- 'Keep-Alive: timeout=5\r\n' +
- 'Transfer-Encoding: chunked\r\n' +
- '\r\n',
- _keepAliveTimeout: 5000,
- _onPendingData: [Function: bound updateOutgoingData],
- _sent100: false,
- _expect_continue: false,
- statusMessage: 'OK',
- statusCode: 200,
- [Symbol(kCapture)]: false,
- [Symbol(kNeedDrain)]: false,
- [Symbol(corked)]: 0,
- [Symbol(kOutHeaders)]: null
- }
|