Advertisement
Guest User

Chrome Livecode Server Bug

a guest
Jul 15th, 2015
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. Manually closed sockets: 127.0.0.1:62291
  2. Still opensockets: 8082
  3.  
  4. ----- Only closeConnection this one: (Received acknowledgement) ------
  5. 127.0.0.1:62293
  6. ----- End Only ------
  7.  
  8. ----- sendResponse: data (now waiting) ------
  9. HTTP/1.1 200 OK
  10. Access-Control-Allow-Origin:*
  11. Cache-Control:public, max-age=0
  12. Connection:keep-alive
  13. Content-Type: application/json; charset=utf-8
  14. Date: 7/15/1510:45 AM
  15. Content-Length: 671
  16.  
  17. [{"slug":"a-simple-page","title":"A Simple Page","date":1436900984599,"synopsis":"Hello"},{"slug":"another-page","title":"Another Page","date":1436900974188,"synopsis":"Another simple page."},{"slug":"chaos-communication-camp","title":"Chaos Communication Camp","date":1436275531421,"synopsis":"The Chaos Communication Camp is an international meeting of hackers that takes place every four years, organized by the [[Chaos Computer Club]] (CCC)."},{"slug":"how-to-create-a-page","title":"How to create a page","date":1436274204553,"synopsis":"A page with 0 items."},{"slug":"welcome-visitors","title":"Welcome Visitors","date":1436900960628,"synopsis":"Pages about us."}]
  18. ----- End sendResponse: ------
  19.  
  20. ----- Logger middleware ------
  21. GET/system/sitemap.json
  22. the opensockets: 8082
  23. 127.0.0.1:62291
  24. 127.0.0.1:62293
  25. ----- End Logger ------
  26.  
  27. ----- readFromSocket: passed param theIPAddress ------
  28. 127.0.0.1:62291
  29. ----- End readFromSocket: ------
  30.  
  31. ----- readFromSocket: read single line ------
  32. GET /system/sitemap.json HTTP/1.1
  33.  
  34. ----- End readFromSocket: ------
  35.  
  36. ----- newConnection: open sockets ------
  37. 8082
  38. 127.0.0.1:62291
  39. 127.0.0.1:62293
  40. ----- End newConnection: ------
  41.  
  42. ----- newConnection: passed param pSocket ------
  43. 127.0.0.1:62293
  44. ----- End newConnection: ------
  45.  
  46. ----- newConnection: open sockets ------
  47. 8082
  48. 127.0.0.1:62291
  49. 127.0.0.1:62293
  50. ----- End newConnection: ------
  51.  
  52. ----- newConnection: passed param pSocket ------
  53. 127.0.0.1:62291
  54. ----- End newConnection: ------
  55.  
  56. Tested opensockets: 8082
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement