Advertisement
Guest User

Untitled

a guest
May 25th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.16 KB | None | 0 0
  1. Ready on port %d
  2. Socket {
  3. connecting: false,
  4. _hadError: false,
  5. _handle:
  6. TCP {
  7. bytesRead: 267,
  8. _externalStream: [External],
  9. fd: -1,
  10. reading: true,
  11. owner: [Circular],
  12. onread: [Function: onread],
  13. onconnection: null,
  14. writeQueueSize: 0,
  15. _consumed: true },
  16. _parent: null,
  17. _host: null,
  18. _readableState:
  19. ReadableState {
  20. objectMode: false,
  21. highWaterMark: 16384,
  22. buffer: BufferList { head: null, tail: null, length: 0 },
  23. length: 0,
  24. pipes: null,
  25. pipesCount: 0,
  26. flowing: true,
  27. ended: false,
  28. endEmitted: false,
  29. reading: true,
  30. sync: false,
  31. needReadable: true,
  32. emittedReadable: false,
  33. readableListening: false,
  34. resumeScheduled: false,
  35. destroyed: false,
  36. defaultEncoding: 'utf8',
  37. awaitDrain: 0,
  38. readingMore: false,
  39. decoder: null,
  40. encoding: null },
  41. readable: true,
  42. domain: null,
  43. _events:
  44. { end: [ [Object], [Function: bound socketOnEnd] ],
  45. finish: [Function: onSocketFinish],
  46. _socketEnd: [Function: onSocketEnd],
  47. drain: [ [Function: ondrain], [Function: bound socketOnDrain] ],
  48. timeout: [Function: socketOnTimeout],
  49. data: [Function: bound socketOnData],
  50. error: [Function: socketOnError],
  51. close:
  52. [ [Function: bound socketOnClose],
  53. [Function: onServerResponseClose] ],
  54. resume: [Function: onSocketResume],
  55. pause: [Function: onSocketPause] },
  56. _eventsCount: 10,
  57. _maxListeners: undefined,
  58. _writableState:
  59. WritableState {
  60. objectMode: false,
  61. highWaterMark: 16384,
  62. finalCalled: false,
  63. needDrain: false,
  64. ending: false,
  65. ended: false,
  66. finished: false,
  67. destroyed: false,
  68. decodeStrings: false,
  69. defaultEncoding: 'utf8',
  70. length: 0,
  71. writing: false,
  72. corked: 0,
  73. sync: true,
  74. bufferProcessing: false,
  75. onwrite: [Function: bound onwrite],
  76. writecb: null,
  77. writelen: 0,
  78. bufferedRequest: null,
  79. lastBufferedRequest: null,
  80. pendingcb: 0,
  81. prefinished: false,
  82. errorEmitted: false,
  83. bufferedRequestCount: 0,
  84. corkedRequestsFree:
  85. { next: null,
  86. entry: null,
  87. finish: [Function: bound onCorkedFinish] } },
  88. writable: true,
  89. allowHalfOpen: true,
  90. _bytesDispatched: 0,
  91. _sockname: null,
  92. _pendingData: null,
  93. _pendingEncoding: '',
  94. server:
  95. Server {
  96. domain: null,
  97. _events:
  98. { request: [Object],
  99. connection: [Function: connectionListener] },
  100. _eventsCount: 2,
  101. _maxListeners: undefined,
  102. _connections: 1,
  103. _handle:
  104. TCP {
  105. bytesRead: 0,
  106. _externalStream: [External],
  107. fd: -1,
  108. reading: false,
  109. owner: [Circular],
  110. onread: null,
  111. onconnection: [Function: onconnection],
  112. writeQueueSize: 0 },
  113. _usingSlaves: false,
  114. _slaves: [],
  115. _unref: false,
  116. allowHalfOpen: true,
  117. pauseOnConnect: false,
  118. httpAllowHalfOpen: false,
  119. timeout: 120000,
  120. keepAliveTimeout: 5000,
  121. _pendingResponseData: 0,
  122. maxHeadersCount: null,
  123. _connectionKey: '6::::80',
  124. [Symbol(asyncId)]: 5 },
  125. _server:
  126. Server {
  127. domain: null,
  128. _events:
  129. { request: [Object],
  130. connection: [Function: connectionListener] },
  131. _eventsCount: 2,
  132. _maxListeners: undefined,
  133. _connections: 1,
  134. _handle:
  135. TCP {
  136. bytesRead: 0,
  137. _externalStream: [External],
  138. fd: -1,
  139. reading: false,
  140. owner: [Circular],
  141. onread: null,
  142. onconnection: [Function: onconnection],
  143. writeQueueSize: 0 },
  144. _usingSlaves: false,
  145. _slaves: [],
  146. _unref: false,
  147. allowHalfOpen: true,
  148. pauseOnConnect: false,
  149. httpAllowHalfOpen: false,
  150. timeout: 120000,
  151. keepAliveTimeout: 5000,
  152. _pendingResponseData: 0,
  153. maxHeadersCount: null,
  154. _connectionKey: '6::::80',
  155. [Symbol(asyncId)]: 5 },
  156. _idleTimeout: 120000,
  157. _idleNext:
  158. TimersList {
  159. _idleNext: [Circular],
  160. _idlePrev: [Circular],
  161. _timer: Timer { '0': [Function: listOnTimeout], _list: [Circular] },
  162. _unrefed: true,
  163. msecs: 120000,
  164. nextTick: false },
  165. _idlePrev:
  166. TimersList {
  167. _idleNext: [Circular],
  168. _idlePrev: [Circular],
  169. _timer: Timer { '0': [Function: listOnTimeout], _list: [Circular] },
  170. _unrefed: true,
  171. msecs: 120000,
  172. nextTick: false },
  173. _idleStart: 11802,
  174. _destroyed: false,
  175. parser:
  176. HTTPParser {
  177. '0': [Function: parserOnHeaders],
  178. '1': [Function: parserOnHeadersComplete],
  179. '2': [Function: parserOnBody],
  180. '3': [Function: parserOnMessageComplete],
  181. '4': [Function: bound onParserExecute],
  182. _headers: [],
  183. _url: '',
  184. _consumed: true,
  185. socket: [Circular],
  186. incoming:
  187. IncomingMessage {
  188. _readableState: [Object],
  189. readable: true,
  190. domain: null,
  191. _events: {},
  192. _eventsCount: 0,
  193. _maxListeners: undefined,
  194. socket: [Circular],
  195. connection: [Circular],
  196. httpVersionMajor: 1,
  197. httpVersionMinor: 1,
  198. httpVersion: '1.1',
  199. complete: true,
  200. headers: [Object],
  201. rawHeaders: [Array],
  202. trailers: {},
  203. rawTrailers: [],
  204. upgrade: false,
  205. url: '/',
  206. method: 'GET',
  207. statusCode: null,
  208. statusMessage: null,
  209. client: [Circular],
  210. _consuming: false,
  211. _dumped: false,
  212. next: [Function: next],
  213. baseUrl: '/users.bmp',
  214. originalUrl: '/users.bmp',
  215. _parsedUrl: [Object],
  216. params: {},
  217. query: {},
  218. res: [Object],
  219. body: {},
  220. secret: undefined,
  221. cookies: {},
  222. signedCookies: {},
  223. _parsedOriginalUrl: [Object],
  224. route: [Object] },
  225. outgoing: null,
  226. maxHeaderPairs: 2000,
  227. onIncoming: [Function: bound parserOnIncoming] },
  228. on: [Function: socketOnWrap],
  229. _paused: false,
  230. read: [Function],
  231. _consuming: true,
  232. _httpMessage:
  233. ServerResponse {
  234. domain: null,
  235. _events: { finish: [Function: bound resOnFinish] },
  236. _eventsCount: 1,
  237. _maxListeners: undefined,
  238. output: [],
  239. outputEncodings: [],
  240. outputCallbacks: [],
  241. outputSize: 0,
  242. writable: true,
  243. _last: false,
  244. upgrading: false,
  245. chunkedEncoding: false,
  246. shouldKeepAlive: true,
  247. useChunkedEncodingByDefault: true,
  248. sendDate: true,
  249. _removedConnection: false,
  250. _removedContLen: false,
  251. _removedTE: false,
  252. _contentLength: null,
  253. _hasBody: true,
  254. _trailer: '',
  255. finished: false,
  256. _headerSent: false,
  257. socket: [Circular],
  258. connection: [Circular],
  259. _header: null,
  260. _onPendingData: [Function: bound updateOutgoingData],
  261. _sent100: false,
  262. _expect_continue: false,
  263. req:
  264. IncomingMessage {
  265. _readableState: [Object],
  266. readable: true,
  267. domain: null,
  268. _events: {},
  269. _eventsCount: 0,
  270. _maxListeners: undefined,
  271. socket: [Circular],
  272. connection: [Circular],
  273. httpVersionMajor: 1,
  274. httpVersionMinor: 1,
  275. httpVersion: '1.1',
  276. complete: true,
  277. headers: [Object],
  278. rawHeaders: [Array],
  279. trailers: {},
  280. rawTrailers: [],
  281. upgrade: false,
  282. url: '/',
  283. method: 'GET',
  284. statusCode: null,
  285. statusMessage: null,
  286. client: [Circular],
  287. _consuming: false,
  288. _dumped: false,
  289. next: [Function: next],
  290. baseUrl: '/users.bmp',
  291. originalUrl: '/users.bmp',
  292. _parsedUrl: [Object],
  293. params: {},
  294. query: {},
  295. res: [Circular],
  296. body: {},
  297. secret: undefined,
  298. cookies: {},
  299. signedCookies: {},
  300. _parsedOriginalUrl: [Object],
  301. route: [Object] },
  302. locals: {},
  303. [Symbol(outHeadersKey)]: { 'x-powered-by': [Array] } },
  304. [Symbol(asyncId)]: 12,
  305. [Symbol(bytesRead)]: 0,
  306. [Symbol(asyncId)]: 14,
  307. [Symbol(triggerAsyncId)]: 5 }
  308. ::ffff:179.107.206.101
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement