Index: amfserver.module
===================================================================
--- amfserver.module
+++ amfserver.module
@@ -48,7 +48,7 @@
   //handle the request
   $data = $server->handle();
   //we can add headers if necessary
-  drupal_add_http_header("powered by", "drupal amfserver");
+  //drupal_add_http_header("powered by", "drupal amfserver");
   echo $data;
   //thank you, bye bye!
 }
