Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error creating session in HttpServer. #17722

Closed
DartBot opened this issue Mar 23, 2014 · 2 comments
Closed

Error creating session in HttpServer. #17722

DartBot opened this issue Mar 23, 2014 · 2 comments
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams.

Comments

@DartBot
Copy link

DartBot commented Mar 23, 2014

This issue was originally filed by @giote73


Pointing the browser to http://myHost:80/index.html
put my http server write in DART down (see code below)

file vsca.dart
.....
HttpServer.bind(ip, _port)
    .then((HttpServer server) {
          server.listen((HttpRequest request){
          //print("sessionID:${request.session.id}");
            lastSession=request.session.id; // <<< (file:///home/vsca/bin/vsca.dart:62:27)
.....

   ).catchError((e){
       myLog.severe(e.toString());
       print(e.toString());
    });

In attached the complete log file.

My system :
Linux 3.2.0-24-virtual #­39-Ubuntu SMP Mon May 21 18:44:18 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux


Attachment:
myDartSrv.log (3.38 KB)

@lrhn
Copy link
Member

lrhn commented Mar 23, 2014

This may be either the server or the getRandomBytes, but it seems the OS success result is reported as a failure.


Added Pkg-HttpServer, Area-Pkg, Triaged labels.
Changed the title to: "Error creating session in HttpServer.".

@DartBot DartBot added Type-Defect area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. labels Mar 23, 2014
@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

This issue has been moved to dart-archive/http_server#26.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams.
Projects
None yet
Development

No branches or pull requests

3 participants